-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
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
50
51
52
53
54
55
56
{
"!!!WARNING!!!": "这里的字段用于解析 pluginConstants 和生成 changelog, 不要轻易改动",
"name": "Yunzai-TomyJan-Plugin",
"version": "0.2.0-rel",
"author": "TomyJan",
"description": "Yunzai-Bot plugin for TomyJan self use.",
"type": "module",
"keywords": [
"yunzai",
"plugin",
"tomyjan"
],
"homepage": "https://github.com/TomyJan/Yunzai-TomyJan-Plugin",
"bugs": {
"url": "https://github.com/TomyJan/Yunzai-TomyJan-Plugin/issues",
"email": "TomyJan6@gmail.com"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/TomyJan/Yunzai-TomyJan-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.6.2",
"child_process": "^1.0.2",
"date-fns": "^4.1.0",
"iconv-lite": "^0.7.2",
"pdf-lib-plus-encrypt": "^1.1.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"conventional-changelog": "^7.2.0",
"conventional-changelog-angular": "^8.3.0",
"conventional-changelog-cli": "^5.0.0",
"conventional-changelog-custom-config": "^0.3.1",
"eslint": "^10.0.3",
"globals": "^17.4.0",
"prettier": "^3.8.1"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"packageManager": "pnpm@10.25.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
}
}