42 lines
977 B
JSON
42 lines
977 B
JSON
{
|
|
"name": "menui_backend",
|
|
"version": "1.0.0",
|
|
"description": "backend for Menui",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "Jonasz Bigda",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@azure/storage-blob": "^12.2.0-preview.1",
|
|
"aws-sdk": "^2.789.0",
|
|
"axios": "^0.20.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"esm": "^3.2.25",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.1.3",
|
|
"gitignore": "^0.6.0",
|
|
"helmet": "^3.23.3",
|
|
"into-stream": "^6.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mongoose": "^5.9.22",
|
|
"multer": "^1.4.2",
|
|
"multer-s3": "^2.9.0",
|
|
"nodemailer": "^6.4.11",
|
|
"nodemon": "^2.0.4",
|
|
"string-sanitizer": "^1.1.1",
|
|
"validator": "^13.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.11.0",
|
|
"babel-jest": "^26.3.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"jest": "^26.4.0"
|
|
}
|
|
}
|