-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
30 lines (30 loc) · 891 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
{
"name": "github-dark-theme",
"version": "0.9.19",
"repository": "[email protected]:poychang/github-dark-theme.git",
"author": "Poy Chang <[email protected]>",
"license": "MIT",
"dependencies": {
"npm": "^6.1.0"
},
"devDependencies": {
"bestzip": "^1.1.4",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.17.0",
"webpack": "^2.4.1",
"webstore-upload": "^0.0.8",
"zip-folder": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"assemble": "webpack",
"build": "webpack && node scripts/zip.js",
"build-safari": "webpack && cp ./dist/app/app.css ./safari-dark-github.safariextension/app.css",
"zip": "node scripts/zip.js",
"upload": "node scripts/upload.js",
"version+": "node scripts/version+.js"
}
}