-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 835 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 835 Bytes
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
{
"name": "asecbot",
"version": "1.4.1",
"main": "/src/index.ts",
"scripts": {
"start": "npx tsx app.ts"
},
"type": "module",
"keywords": [
"asecbot",
"QQ机器人"
],
"author": "Admsec",
"license": "ISC",
"description": "AsecBot - 一个基于 node-napcat-ts 的 QQ 机器人",
"repository": {
"type": "git",
"url": "https://github.com/Admsec/asecbot"
},
"dependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.0",
"@types/node-cron": "^3.0.11",
"axios": "^1.7.8",
"jiti": "^2.4.0",
"markdown-it": "^14.1.0",
"node-cron": "^3.0.3",
"node-napcat-ts": "^0.4.13",
"puppeteer": "^24.14.0",
"tsc": "^2.0.4",
"tsx": "^4.19.2",
"typescript": "^5.8.3",
"vue": "^3.5.17",
"winston": "^3.17.0",
"yaml": "^2.6.1"
}
}