-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
41
{
"name": "dandan-account",
"version": "1.0.0",
"description": "<p align=\"center\"> <br><br> <img width=\"828\" height=\"752\" src=\"https://i.loli.net/2019/09/25/ZgszKMi8TluwGcj.jpg\"><br> <br><br><br> <b>无任何信息授权</b><br> <b>持续更新</b><br> <b>🎉欢迎使用🎉</b><br> <b>🎉欢迎star && fork🎉</b><br> <br><br><br> </p>",
"main": "app.js",
"dependencies": {
"dayjs": "^1.10.7",
"wx-server-sdk": "^2.3.0"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"husky": "^3.1.0",
"lint-staged": "^9.5.0"
},
"scripts": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GzhiYi/dandan-account.git"
},
"keywords": [
"accounting"
],
"author": "GzhiYi",
"license": "MIT",
"bugs": {
"url": "https://github.com/GzhiYi/dandan-account/issues"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit"
}
},
"homepage": "https://github.com/GzhiYi/dandan-account#readme"
}