Skip to content

Commit 5c31bc3

Browse files
committed
chore(package.json): update meta
1 parent 79b354d commit 5c31bc3

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "module-from-string",
33
"version": "0.0.0",
4-
"description": "",
4+
"description": "Load module from string, require and import.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
77
"types": "dist/index.d.ts",
8-
"files": [
9-
"dist"
10-
],
118
"scripts": {
129
"clean": "rimraf .cache dist",
1310
"dts": "tsc -d --emitDeclarationOnly --declarationDir .cache",
@@ -21,7 +18,17 @@
2118
"type": "git",
2219
"url": "git+https://github.com/exuanbo/module-from-string.git"
2320
},
24-
"keywords": [],
21+
"keywords": [
22+
"load",
23+
"module",
24+
"require",
25+
"exports",
26+
"import",
27+
"export",
28+
"string",
29+
"vm",
30+
"esbuild"
31+
],
2532
"author": "exuanbo",
2633
"license": "MIT",
2734
"bugs": {

0 commit comments

Comments
 (0)