43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "invitationServer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "hello invitation server",
|
|
"apidoc": {
|
|
"title": "docs",
|
|
"url": "http://localhost:3000"
|
|
},
|
|
"scripts": {
|
|
"start": "node www",
|
|
"dev": "./node_modules/.bin/nodemon www",
|
|
"prd": "pm2 start www",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"doc": "apidoc -i . -o /var/www/api -f routes"
|
|
},
|
|
"dependencies": {
|
|
"@breejs/later": "^4.1.0",
|
|
"axios": "^1.1.3",
|
|
"debug": "^4.1.1",
|
|
"ejs": "~2.3.3",
|
|
"joi": "^17.7.0",
|
|
"koa": "^2.7.0",
|
|
"koa-body": "^5.0.0",
|
|
"koa-bodyparser": "^4.2.1",
|
|
"koa-convert": "^1.2.0",
|
|
"koa-json": "^2.0.2",
|
|
"koa-logger": "^3.2.0",
|
|
"koa-onerror": "^4.1.0",
|
|
"koa-redis": "^4.0.1",
|
|
"koa-router": "^7.4.0",
|
|
"koa-static": "^5.0.0",
|
|
"koa-views": "^6.2.0",
|
|
"koa2-cors": "^2.0.6",
|
|
"mysql2": "^2.3.3",
|
|
"redis": "^4.6.6",
|
|
"shared": "file:../shared"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.19.1"
|
|
}
|
|
}
|