-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 948 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 948 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
{
"name": "miaomiao-bot",
"version": "1.0.0",
"description": "可爱的喵喵QQ机器人",
"main": "dist/main.js",
"repository": "git@github.com:bcmRayCrazy-coder/MiaoMiaoBot.git",
"author": "bcmray_crazy <975875040@qq.com>",
"license": "LGPL-2.1-only",
"type": "module",
"scripts": {
"lint": "prettier --write .",
"build": "tsc",
"start": "node dist/main.js",
"test": "tsx src/main.ts"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^24.1.0",
"dotenv": "^17.2.1",
"prettier": "^3.6.2",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
},
"dependencies": {
"canvas": "^3.2.0",
"chalk": "4.1.2",
"echarts": "^6.0.0",
"express": "^5.2.1",
"knex": "^3.1.0",
"node-napcat-ts": "^0.4.13",
"node-schedule": "^2.1.1",
"sqlite3": "^5.1.7"
}
}