-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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": "owo-bot",
"version": "2.0.2",
"description": "OwOBot",
"main": "app.ts",
"author": "TheresaQWQ<yxiao2044@gmail.com>",
"private": true,
"scripts": {
"dev": "ts-node app.ts --dev",
"build": "tsc && cp ./plugins/dev/templates ./dist/plugins/dev/templates -r",
"start": "node ./dist/app.js",
"dev:run": "ts-node"
},
"devDependencies": {
"@kubernetes/client-node": "^0.16.1",
"@types/ioredis": "^4.28.7",
"@types/knex": "^0.16.1",
"@types/mathjs": "^9.4.2",
"@types/node": "^17.0.8",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@elastic/elasticsearch": "^8.1.0",
"@types/express": "^4.17.13",
"@types/pinyin": "^2.10.0",
"NeteaseCloudMusicApi": "^4.8.9",
"axios": "^0.24.0",
"axios-socks5-agent": "^1.0.5",
"express": "^4.18.1",
"form-data": "^4.0.0",
"https-proxy-agent": "^5.0.1",
"icqq": "0.4.2",
"ioredis": "^5.2.4",
"ip-cidr": "^3.0.4",
"jsobin": "^1.0.6",
"knex": "^0.95.15",
"log4js": "^6.3.0",
"minecraft-protocol": "^1.35.1",
"mysql": "^2.18.1",
"nocodb-sdk": "^0.100.2",
"node-html-to-image": "^3.2.4",
"node-nlp": "^4.24.0",
"node-sql-parser": "^4.6.4",
"puppeteer": "^14.1.0",
"rss-parser": "^3.12.0",
"telegraf": "^4.12.2",
"tencentcloud-sdk-nodejs": "^4.0.359",
"trace.moe.ts": "^1.3.8",
"ws": "^8.12.1"
}
}