42 lines
1.1 KiB
JSON

{
"name": "induction-api-2023",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --exitcrash index.js",
"staging_prep": "npm i && cross-env NODE_ENV=staging npx sequelize-cli db:migrate",
"staging": "cross-env NODE_ENV=staging node index.js",
"prod": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ctf-tech-2023/induction-api-2023.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/ctf-tech-2023/induction-api-2023/issues"
},
"homepage": "https://gitlab.com/ctf-tech-2023/induction-api-2023#readme",
"dependencies": {
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"dotenv-flow": "^3.2.0",
"express": "^4.18.1",
"express-validator": "^6.14.2",
"fast-csv": "^4.3.6",
"helmet": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.8.0",
"pg": "^8.8.0",
"sequelize": "^6.24.0",
"winston": "^3.8.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"sequelize-cli": "^6.5.1"
}
}