35 lines
738 B
JSON
35 lines
738 B
JSON
{
|
|
"name": "brabus-website",
|
|
"version": "1.0.0",
|
|
"description": "Brabus car dealership website with authentication",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"keywords": [
|
|
"brabus",
|
|
"cars",
|
|
"dealership",
|
|
"authentication",
|
|
"azure"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@azure/identity": "^3.1.3",
|
|
"@azure/keyvault-secrets": "^4.6.0",
|
|
"@azure/storage-blob": "^12.13.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"mongoose": "^7.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.22"
|
|
}
|
|
}
|