-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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": "infowargame-server-ts",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/infodsm/infowargame-server-ts.git",
"author": "titanv <[email protected]>",
"license": "MIT",
"scripts": {
"start": "ts-node src/",
"start:m": "ts-node macro_src/",
"start:dev": "nodemon --exec ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/multer": "^3.0.0",
"@koa/router": "^9.4.0",
"@types/koa": "^2.11.6",
"@types/koa-helmet": "^6.0.1",
"@types/koa-router": "^7.4.1",
"@types/node": "^14.14.17",
"async-redis": "^1.1.7",
"dotenv": "^8.2.0",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.12.0",
"koa-body": "^4.1.1",
"koa-helmet": "^6.0.0",
"koa-logger": "^3.2.1",
"koa-send": "^5.0.1",
"mariadb": "^2.5.3",
"multer": "^1.4.2",
"mysql": "^2.5.2",
"node-schedule": "^2.0.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"ts-node": "^9.1.1",
"typeorm": "^0.2.29",
"typescript": "^4.1.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"nodemon": "^2.0.4"
}
}