artemisapi/package.json

34 lines
896 B
JSON
Executable File

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon -r dotenv/config app.js dotenv_config_path=.env.development",
"start:prod": "nodemon -r dotenv/config app.js dotenv_config_path=.env.production"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-jwt": "^8.4.1",
"express-mysql-session": "^3.0.0",
"express-session": "^1.17.3",
"find-config": "^1.0.0",
"fs": "^0.0.1-security",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.6.3",
"nodemon": "^3.1.0",
"promisify": "^0.0.3",
"util": "^0.12.5"
}
}