bullpen/backend/package.json

20 lines
389 B
JSON

{
"name": "bullpen-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "skuehl1972@gmail.com",
"license": "ISC",
"description": "",
"dependencies": {
"pg": "^8.13.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.5"
},
"devDependencies": {
"sequelize-cli": "^6.6.2"
}
}