35 lines
678 B
JSON
35 lines
678 B
JSON
![]() |
{
|
||
|
"name": "whisky-collector-backend",
|
||
|
"version": "1.0.0",
|
||
|
"main": "src/app.js",
|
||
|
"scripts": {
|
||
|
"start": "node src/app.js",
|
||
|
"dev": "nodemon src/app.js",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"whiskey",
|
||
|
"collection",
|
||
|
"rating",
|
||
|
"node",
|
||
|
"express",
|
||
|
"postgresql"
|
||
|
],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"bcrypt": "^5.1.1",
|
||
|
"cors": "^2.8.5",
|
||
|
"dotenv": "^16.4.7",
|
||
|
"express": "^4.21.2",
|
||
|
"jsonwebtoken": "^9.0.2",
|
||
|
"pg": "^8.13.3",
|
||
|
"pg-hstore": "^2.3.4",
|
||
|
"sequelize": "^6.37.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"nodemon": "^3.1.9"
|
||
|
}
|
||
|
}
|