forked from Semibold/Weibo-Picture-Store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 982 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
37
38
39
40
41
{
"name": "weibo-picture-store",
"version": "5.7.0",
"private": true,
"description": "Chrome Extension",
"scripts": {
"bundle": "rimraf dist && gulp bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Semibold/Weibo-Picture-Store.git"
},
"author": "Aqours",
"license": "MIT",
"bugs": {
"url": "https://github.com/Semibold/Weibo-Picture-Store/issues"
},
"homepage": "https://github.com/Semibold/Weibo-Picture-Store#readme",
"engines": {
"node": ">=8.9.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@types/gulp": "4.0.5",
"@types/merge-stream": "1.1.2",
"@types/node": "8.9.5",
"chrome-webstore-upload-cli": "1.1.1",
"gulp": "4.0.0",
"gulp-json-modify": "1.0.2",
"gulp-zip": "4.1.0",
"husky": "1.3.1",
"merge-stream": "1.0.1",
"prettier": "1.15.3",
"pretty-quick": "1.8.0",
"rimraf": "2.6.2"
}
}