-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathpackage.json
27 lines (27 loc) · 886 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
{
"name": "awesome-bilibili-extra",
"version": "1.0.0",
"description": "> 收集一些让我们在浏览B站时更加方便的浏览器扩展/脚本.",
"main": "sort.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"link-checker": "node src/link-checker.js",
"sort-format": "node src/sort-format.js",
"push": "node src/commit.js && node src/updateUser.js && git add . && git commit -F CHANGELOG.md && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HCLonely/awesome-bilibili-extra.git"
},
"author": "HCLonely",
"license": "MIT",
"bugs": {
"url": "https://github.com/HCLonely/awesome-bilibili-extra/issues"
},
"homepage": "https://github.com/HCLonely/awesome-bilibili-extra#readme",
"devDependencies": {
"axios": "^0.26.0",
"dayjs": "^1.10.8",
"pangu": "^4.0.7"
}
}