-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "sjx-server",
"version": "2.0.0",
"description": "闪箭侠2.0服务端",
"main": "index.js",
"scripts": {
"start": "ts-node ./src/sjxser.ts",
"build": "rm -rf dist && tsc",
"upload": "./upload.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eva-engine/sjx-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eva-engine/sjx-server/issues"
},
"homepage": "https://github.com/eva-engine/sjx-server#readme",
"devDependencies": {
"@types/jsonwebtoken": "^8.5.5",
"@types/koa": "^2.13.4",
"@types/koa-logger": "^3.1.2",
"@types/koa-router": "^7.4.4",
"@types/koa-websocket": "^5.0.7",
"ts-node": "^10.4.0",
"tslib": "^2.3.1"
},
"dependencies": {
"@types/jest": "^27.0.2",
"@types/koa-cors": "^0.0.2",
"@types/nodemailer": "^6.4.4",
"chalk": "^4.1.2",
"jest": "^27.3.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-cors": "^0.0.16",
"koa-logger": "^3.2.1",
"koa-router": "^10.1.1",
"koa-websocket": "^6.0.0",
"mysql2": "^2.3.2",
"nodemailer": "^6.7.0",
"qs": "^6.10.1",
"ts-jest": "^27.0.7"
}
}