-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 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
57
{
"name": "lain-plugin",
"version": "1.4.8",
"author": "sky-summer, snowtafir Lain.",
"gitee": "https://gitee.com/snowtafir/Lain-plugin.git",
"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.3",
"ComWeChat": "0.2.3",
"CWeChatRobot": "0.0.8",
"stdin": "0.1.3",
"QQBot": "0.0.3",
"WeXin": "0.0.3",
"OneBotv11": "0.0.1",
"ICQQ": "0.1.1"
},
"dependencies": {
"axios": "^1.7.7",
"conventional-changelog-cli": "^5.0.0",
"express": "^4.21.0",
"file-type": "^19.5.0",
"@karinjs/geturls": "^1.0.2",
"icqq": "0.6.10",
"get-urls": "^12.1.0",
"qq-official-bot": "1.0.7",
"qrcode": "^1.5.4",
"sharp": "^0.33.5",
"silk-wasm": "^3.6.3",
"wechat4u": "^0.7.14",
"ws": "^8.18.0",
"ulid": "2.3.0",
"node-fetch": "3.3.2"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.9.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"express-art-template": "^1.0.1",
"husky": "^9.1.6",
"validate-commit-msg": "^2.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}