27 lines
579 B
JSON
27 lines
579 B
JSON
{
|
|
"name": "emi_backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.0",
|
|
"body-parser": "^1.19.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"expo-server-sdk": "^3.6.0",
|
|
"express": "^4.17.1",
|
|
"mongodb": "^3.6.3",
|
|
"nodemailer": "^6.6.3",
|
|
"stripe": "^8.178.0",
|
|
"vimeo": "^2.1.1",
|
|
"web-push": "^3.4.5"
|
|
}
|
|
}
|