Skip to content

Commit 008b4bc

Browse files
committed
Update package.json
1 parent 1e072cc commit 008b4bc

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

lib/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
55
"version": "0.0.0",
6-
"description": "",
6+
"description": "An ESBuild and TSUP plugin that allows importing files as raw text. Useful for loading code files in documentation, interactive demos, or tools like react-live.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",
99
"module": "./dist/index.mjs",
@@ -45,22 +45,22 @@
4545
}
4646
],
4747
"keywords": [
48-
"React",
49-
"React Loaders",
50-
"React 18",
51-
"React 19",
52-
"Next.js",
53-
"Next.js 14",
54-
"Next.js 15",
55-
"React server components",
56-
"Customizable",
57-
"Cutting-edge",
58-
"Compatibility",
59-
"Frontend development",
60-
"UI components",
61-
"Web development",
62-
"Progressive",
63-
"Modern",
64-
"Seamless integration"
48+
"esbuild",
49+
"esbuild-plugin",
50+
"tsup-plugin",
51+
"raw-text-import",
52+
"import-as-text",
53+
"file-loader",
54+
"raw-file-loader",
55+
"code-import",
56+
"react-live",
57+
"documentation-tools",
58+
"plugin",
59+
"build-tool",
60+
"frontend-tooling",
61+
"typescript",
62+
"javascript",
63+
"esbuild-raw",
64+
"mayank1513"
6565
]
6666
}

0 commit comments

Comments
 (0)