Spaces:
Running
Running
| { | |
| "name": "modrab-backend", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "dist/index.js", | |
| "scripts": { | |
| "start": "rimraf dist && tsc && tsc-alias && node dist/index.js", | |
| "start:dev": "ts-node-dev --files -r tsconfig-paths/register src/index.ts", | |
| "build": "tsc", | |
| "lint": "eslint . --ext .ts" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "@types/express": "^4.17.21", | |
| "@types/swagger-ui-express": "^4.1.6", | |
| "nodemon": "^3.0.2", | |
| "ts-node": "^10.9.2", | |
| "ts-node-dev": "^2.0.0", | |
| "tsconfig-paths": "^4.2.0", | |
| "typescript": "^5.3.3" | |
| }, | |
| "dependencies": { | |
| "@hapi/joi": "^17.1.1", | |
| "@types/glob": "^8.1.0", | |
| "bcrypt": "^5.1.1", | |
| "class-transformer": "^0.5.1", | |
| "cors": "^2.8.5", | |
| "dotenv": "^16.3.1", | |
| "express": "^4.18.2", | |
| "express-joi-validation": "^5.0.1", | |
| "glob": "^10.3.10", | |
| "http": "^0.0.1-security", | |
| "i": "^0.3.7", | |
| "joi": "^17.12.1", | |
| "jsonwebtoken": "^9.0.2", | |
| "mongoose": "^8.0.3", | |
| "npm": "^10.2.5", | |
| "path": "^0.12.7", | |
| "swagger-ui-express": "^5.0.0", | |
| "tsc-alias": "^1.8.8" | |
| } | |
| } | |