{ "name": "kidshift-be", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "start": "npx tsx src/index.ts", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@prisma/client": "^5.15.1", "bcryptjs": "^2.4.3", "chalk": "^5.3.0", "cors": "^2.8.5", "express": "^4.19.2", "inversify": "^6.0.2", "jsonwebtoken": "^9.0.2", "live-server": "^1.2.2", "minio": "^8.0.1", "node-cron": "^3.0.3", "reflect-metadata": "^0.2.2", "tsc": "^2.0.4" }, "devDependencies": { "@types/bcryptjs": "^2.4.6", "@types/chalk": "^2.0.0", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.6", "@types/node": "^20.14.8", "@types/node-cron": "^3.0.11", "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.6", "nodemon": "^3.1.4", "npm-license-crawler": "^0.2.1", "prisma": "^5.15.1", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", "ts-node": "^10.9.2", "typescript": "^5.5.2" } }