-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 930 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": "github-bbdc-stat",
"version": "0.1.1",
"description": "在你的GitHub的主页展示不背单词app的学习情况",
"main": "index.js",
"keywords": [
"github-bbdc-stat",
"bbdc",
"stat"
],
"scripts": {
"dev": "nodemon ./index.js",
"tag": "git tag -a v%npm_package_version% && git push origin v%npm_package_version%"
},
"author": {
"name": "left0ver",
"url": "https://github.com/left0ver"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/left0ver/github-bbdc-stat.git"
},
"bugs": {
"url": "https://github.com/left0ver/github-bbdc-stat/issues",
"email": "1614674987@qq.com"
},
"homepage": "https://github.com/left0ver/github-bbdc-stat#readme",
"dependencies": {
"axios": "^0.27.2",
"express": "^4.18.1",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}