We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b354d commit 5c31bc3Copy full SHA for 5c31bc3
package.json
@@ -1,13 +1,10 @@
1
{
2
"name": "module-from-string",
3
"version": "0.0.0",
4
- "description": "",
+ "description": "Load module from string, require and import.",
5
"main": "dist/index.js",
6
"module": "dist/index.es.js",
7
"types": "dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
"scripts": {
12
"clean": "rimraf .cache dist",
13
"dts": "tsc -d --emitDeclarationOnly --declarationDir .cache",
@@ -21,7 +18,17 @@
21
18
"type": "git",
22
19
"url": "git+https://github.com/exuanbo/module-from-string.git"
23
20
},
24
- "keywords": [],
+ "keywords": [
+ "load",
+ "module",
+ "require",
25
+ "exports",
26
+ "import",
27
+ "export",
28
+ "string",
29
+ "vm",
30
+ "esbuild"
31
+ ],
32
"author": "exuanbo",
33
"license": "MIT",
34
"bugs": {
0 commit comments