-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
37 lines (37 loc) · 849 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
{
"name": "auto-task-helper",
"version": "1.6.0",
"description": "Automate tasks for online e-commerce activities",
"main": "index.js",
"scripts": {
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dcatfly/auto-task-helper.git"
},
"keywords": [
"11.11",
"auto",
"taobao",
"jd"
],
"author": "zhzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dcatfly/auto-task-helper/issues"
},
"homepage": "https://github.com/Dcatfly/auto-task-helper#readme",
"devDependencies": {
"husky": "^3.0.9",
"prettier": "1.18.2",
"pretty-quick": "^2.0.0",
"standard-version": "^8.0.1"
}
}