customer-dashboard-api/package.json

36 lines
896 B
JSON

{
"name": "customer-dashboard-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node build/server.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q build/server.js | pino-pretty\""
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mariadb": "^3.2.3",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"sequelize": "^6.35.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^9.0.7",
"typescript": "^5.3.3"
}
}