-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
42
43
44
45
46
47
48
49
{
"!!!WARNING!!!": "这里的字段用于解析 pluginConstants 和生成 changelog, 不要轻易改动",
"name": "Yunzai-Kuro-Plugin",
"version": "0.3.22-rel",
"author": "TomyJan",
"description": "Yunzai-Bot plugin for kuro games.",
"type": "module",
"keywords": [
"yunzai",
"kuro",
"plugin"
],
"homepage": "https://github.com/TomyJan/Yunzai-Kuro-Plugin",
"bugs": {
"url": "https://github.com/TomyJan/Yunzai-Kuro-Plugin/issues",
"email": "TomyJan6@gmail.com"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/TomyJan/Yunzai-Kuro-Plugin"
},
"scripts": {
"format": "prettier --write \"**/*.js\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"chalk": "^5.3.0",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"form-data": "^4.0.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^5.0.0",
"conventional-changelog-custom-config": "^0.3.1",
"eslint": "^9.16.0",
"globals": "^15.12.0",
"prettier": "^2.8.8"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}