You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
738 B
JSON
33 lines
738 B
JSON
{
|
|
"name": "HotelHub",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node bin/www",
|
|
"dev": "nodemon bin/www",
|
|
"prd": "pm2 start bin/www",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.3",
|
|
"debug": "^4.1.1",
|
|
"ejs": "~2.3.3",
|
|
"koa": "^2.7.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-router": "^7.4.0",
|
|
"koa-static": "^5.0.0",
|
|
"koa-views": "^6.2.0",
|
|
"koa2-cors": "^2.0.6",
|
|
"mysql2": "^3.11.0",
|
|
"node-schedule": "^2.1.1",
|
|
"sequelize": "^6.37.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.19.1"
|
|
}
|
|
}
|