-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 847 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
{
"private": true,
"scripts": {
"test": "node-dev test.ts",
"start": "node-dev app.ts",
"build": "webpack"
},
"dependencies": {
"@koa/cors": "^4.0.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.3",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-helmet": "^6.1.0",
"koa-jwt": "^4.0.3",
"koa-router": "^12.0.0",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.21",
"log4js": "^6.7.0",
"mongodb": "^4.11.0"
},
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-router": "^7.4.4",
"@types/koa2-cors": "^2.0.2",
"chalk": "^5.1.2",
"node-dev": "^7.4.3",
"nodemon": "^2.0.20",
"pm2": "^5.2.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.9.3"
}
}