-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "kbot-qq",
"version": "2.10.0",
"description": "A Kreee's QQ bot written with TypeScript.",
"type": "module",
"exports": "./src/app.js",
"scripts": {
"dev": "npx ts-node src/app.ts",
"build": "npx tsc",
"server": "npx tsc && npx nodemon dist/src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohmykreee/kbot-qq.git"
},
"author": "Kreee",
"license": "MIT",
"bugs": {
"url": "https://github.com/ohmykreee/kbot-qq/issues"
},
"homepage": "https://github.com/ohmykreee/kbot-qq#readme",
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/adm-zip": "^0.5.0",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.11.19",
"@types/slate-irc": "^0.0.29",
"@types/ws": "^8.5.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.6.0",
"form-data": "^4.0.0",
"install": "^0.13.0",
"jsdom": "^21.1.0",
"lowdb": "^4.0.1",
"node-html-to-image": "^3.3.0",
"nodemon": "^3.0.1",
"npm": "^9.4.1",
"rosu-pp": "^0.9.4",
"slate-irc": "^0.9.1",
"ws": "^8.12.0"
}
}