forked from Rich-Harris/shimport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "shimport",
"description": "Shim for dynamic import()",
"version": "0.0.4",
"repository": "Rich-Harris/shimport",
"main": "index.js",
"files": [
"index.js",
"index.dev.js"
],
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.6.1",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.53",
"glob": "^7.1.2",
"kleur": "^2.0.1",
"locate-character": "^2.0.5",
"mocha": "^4.0.1",
"pretty-ms": "^3.2.0",
"rollup": "^0.52.0",
"rollup-plugin-filesize": "^4.0.1",
"rollup-plugin-terser": "^1.0.1",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-virtual": "^1.0.1",
"sander": "^0.6.0",
"ts-node": "^3.3.0",
"typescript": "^2.6.2"
},
"scripts": {
"dev": "rollup -cw",
"build": "rollup -c",
"test": "mocha --opts mocha.opts",
"prepublishOnly": "npm test && npm run build"
},
"license": "LIL"
}