-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "elimination",
"version": "1.0.0",
"description": "Aka assassination",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production rollup --config",
"test": "standard \"js/**/*.js\" \"js/**/*.mjs\" \"src/**/*.js\" \"rollup*.js\" --verbose | snazzy",
"watch": "rollup --config --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Orbiit/elimination.git"
},
"author": "Ovinus Real",
"license": "MIT",
"bugs": {
"url": "https://github.com/Orbiit/elimination/issues"
},
"homepage": "https://github.com/Orbiit/elimination#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"clean-css": "^4.2.3",
"rollup": "^1.32.1",
"rollup-plugin-bundle-html": "^0.2.2",
"rollup-plugin-elm": "^2.0.2",
"rollup-plugin-serve": "^1.1.0"
},
"dependencies": {
"@github/time-elements": "^3.1.1",
"@webcomponents/custom-elements": "^1.4.3",
"clipboard": "^2.0.6",
"fs-extra": "^8.1.0",
"nprogress": "^0.2.0",
"rollup-plugin-terser": "^7.0.2"
}
}