-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 KB
/
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
37
38
39
40
{
"name": "sscview",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"collectable": "^0.31.0",
"eslint": "^7.16.0",
"esm": "^3.2.25",
"faucet": "0.0.1",
"jquery": "^3.5.1",
"npm": "^6.14.10",
"tape": "^5.0.1",
"update": "^0.7.4"
},
"scripts": {
"build": "npm run build:js",
"build:js": "rollup --config rollup.config.js --environment NODE_ENV:production",
"watch": "npm run watch:js",
"watch:js": "rollup --config rollup.config.js --watch",
"test": "npx tape -r esm test/*.js |npx faucet"
},
"devDependencies": {
"live-server": "^1.2.1",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"rollup": "^2.35.1",
"rollup-plugin-buble": "^0.19.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-watch": "4.3.1"
},
"esm": true
}