{ "name": "backend", "version": "1.0.0", "description": "", "main": "./dist/index.js", "scripts": { "start": "npx tsc && node dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@prisma/client": "^5.3.1", "chalk": "^4.0.0", "dotenv": "^16.3.1", "express": "^4.18.2", "prisma": "^5.3.1" }, "devDependencies": { "@types/express": "latest", "@types/node": "latest", "typescript": "^5.2.2" } }