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.

30 lines
682 B
JSON

{
"name": "hapi-kasiraja-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/server.js",
"migrate": "node-pg-migrate",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"nodemon": "^2.0.12"
},
"dependencies": {
"@hapi/hapi": "^20.1.5",
"@hapi/jwt": "^2.0.1",
"bcrypt": "^5.0.1",
"dotenv": "^10.0.0",
"joi": "^17.4.2",
"node-pg-migrate": "^5.10.0",
"pg": "^8.7.1",
"uuid-random": "^1.3.2"
}
}