{ "name": "bedesalogede", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./bin/www", "dev": "nodemon ./bin/www", "db:seed": "npm run _db -- db:seed:all", "db:create": "npm run _db -- db:create", "db:migrate": "npm run _db -- db:migrate", "db:migrate:undo": "npm run _db -- db:migrate:undo:all", "db:init": "./scripts/create_and_seed_db.sh", "_db": "node ./node_modules/sequelize-cli/lib/sequelize" }, "repository": { "type": "git", "url": "git+https://github.com/Arifhdyt11/BEdesalogede.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Arifhdyt11/BEdesalogede/issues" }, "homepage": "https://github.com/Arifhdyt11/BEdesalogede#readme", "dependencies": { "express": "^4.18.1", "nodemon": "^2.0.19", "sequelize": "^6.21.4", "dotenv": "^16.0.1", "cors": "^2.8.5", "cookie-parser": "~1.4.4", "morgan": "~1.9.1" } }