-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 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
{
"name": "lottery-service",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"debug": "^4.1.1",
"identicon.js": "^2.3.3",
"js-yaml": "^4.1.0",
"koa": "^2.7.0",
"koa-body": "^4.2.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"koa2-swagger-ui": "^5.6.0",
"mysql": "^2.18.1",
"pug": "^2.0.3",
"silly-datetime": "^0.1.2",
"socket.io": "^4.1.3",
"swagger-jsdoc": "^6.2.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}