-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1000 Bytes
/
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
{
"name": "qqbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon -L",
"build": "tsc -p .",
"prod": "ts-node ./src/index.ts",
"fetch-splatoon2": "ts-node ./scripts/fetch-splatoon2.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.imspace.cn:2222/space/qqbot.git"
},
"author": "",
"license": "",
"dependencies": {
"@types/fs-extra": "^5.0.5",
"@types/lodash": "^4.14.136",
"@types/node": "^10.10.3",
"@types/uuid": "^3.4.5",
"@types/ws": "^6.0.1",
"axios": "^0.18.0",
"chinese-conv": "^1.0.1",
"cq-websocket": "^1.8.1",
"fs-extra": "^7.0.1",
"https-proxy-agent": "^2.2.2",
"lodash": "^4.17.15",
"moment": "^2.22.2",
"nodemon": "^1.18.4",
"ts-node": "^7.0.1",
"typescript": "^3.0.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"canvas": "2.4.1",
"zerorpc": "^0.9.8"
}
}