forked from fmwl2233/lain-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
50
51
52
{
"name": "lain-plugin",
"version": "1.5.0",
"author": "Lain.",
"github": "https://github.com/Zyy955/Lain-plugin",
"gitee": "https://gitee.com/Zyy955/Lain-plugin",
"type": "module",
"scripts": {
"commitmsg": "validate-commit-msg",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
},
"imports": {
"#Lain": "./lib/init.js"
},
"adapter": {
"QQGuild": "0.5.2",
"ComWeChat": "0.2.3",
"CWeChatRobot": "0.0.8",
"stdin": "0.1.2",
"QQBot": "0.0.2",
"WeXin": "0.0.3"
},
"dependencies": {
"axios": "^1.6.7",
"conventional-changelog-cli": "^4.1.0",
"express": "^4.18.2",
"file-type": "^19.0.0",
"get-urls": "^12.1.0",
"qq-group-bot": "1.0.31",
"qrcode": "^1.5.3",
"sharp": "^0.33.1",
"silk-wasm": "^3.2.3",
"wechat4u": "^0.7.14",
"ws": "^8.16.0"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"express-art-template": "^1.0.1",
"husky": "^9.0.11",
"validate-commit-msg": "^2.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}