-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 911 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 911 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": "caster",
"version": "3.3.11",
"main": "index.js",
"scripts": {
"start": "pm2 start ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"restart": "pm2 restart ecosystem.config.js",
"log": "pm2 logs caster",
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ninzore/Caster.git"
},
"author": "Ninzore",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Ninzore/Caster/issues"
},
"homepage": "https://github.com/Ninzore/Caster#readme",
"dependencies": {
"axios": "^0.21.1",
"cq-websocket": "^2.1.1",
"esm": "^3.2.25",
"fs-extra": "^9.1.0",
"minimist": "^1.2.5",
"mongodb": "^3.6.6",
"puppeteer": "^9.1.1",
"tencentcloud-sdk-nodejs": "^4.0.112",
"waithere": "^1.0.1"
},
"description": "Wecab汉化组特化型"
}