d7fb7b7a7b
Build & Deploy / Build & Push Docker Image (push) Failing after 47s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Failing after 5m4s
Test / Marketplace Unit Tests (push) Failing after 4m55s
Test / Admin Unit Tests (push) Successful in 9m37s
Test / Dashboard Unit Tests (push) Successful in 9m37s
Test / API Integration Tests (push) Successful in 9m54s
74 lines
2.5 KiB
JSON
74 lines
2.5 KiB
JSON
{
|
|
"name": "@rentaldrivego/api",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "npm run build --workspace @rentaldrivego/types",
|
|
"dev": "node ../../scripts/run-with-env-file.cjs ../../.env.local ../../node_modules/.bin/ts-node-dev --respawn --transpile-only --ignore-watch ../../packages/types/dist src/index.ts",
|
|
"prebuild": "npm run build --workspace @rentaldrivego/types",
|
|
"build": "tsc",
|
|
"prestart": "npm run build --workspace @rentaldrivego/types",
|
|
"pretype-check": "npm run build --workspace @rentaldrivego/types",
|
|
"start": "node dist/index.js",
|
|
"type-check": "tsc --noEmit",
|
|
"pretest": "npm run build --workspace @rentaldrivego/types",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"pretest:integration": "npm run build --workspace @rentaldrivego/types",
|
|
"test:integration": "vitest run --config vitest.integration.config.ts",
|
|
"test:integration:watch": "vitest --config vitest.integration.config.ts",
|
|
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
"test:e2e:watch": "vitest --config vitest.e2e.config.ts",
|
|
"test:api": "vitest run --config vitest.api.config.ts",
|
|
"test:api:watch": "vitest --config vitest.api.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@react-pdf/renderer": "^3.4.3",
|
|
"@rentaldrivego/database": "*",
|
|
"@rentaldrivego/types": "*",
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"dayjs": "^1.11.11",
|
|
"express": "^4.19.2",
|
|
"express-rate-limit": "^8.5.1",
|
|
"firebase-admin": "^12.1.0",
|
|
"helmet": "^7.1.0",
|
|
"ioredis": "^5.3.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^2.1.1",
|
|
"node-cron": "^3.0.3",
|
|
"nodemailer": "^8.0.10",
|
|
"otplib": "^12.0.1",
|
|
"qrcode": "^1.5.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"resend": "^3.2.0",
|
|
"socket.io": "^4.7.5",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"twilio": "^5.1.0",
|
|
"zod": "^3.23.0",
|
|
"zod-to-json-schema": "^3.25.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"@types/morgan": "^1.9.9",
|
|
"@types/multer": "^1.4.11",
|
|
"@types/node": "^20.12.0",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/supertest": "^6.0.2",
|
|
"@types/swagger-ui-express": "^4.1.8",
|
|
"supertest": "^7.0.0",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^5.4.0",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|