jobia/backend/package.json
2025-05-24 01:01:01 +02:00

28 lines
631 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node-dev --respawn --transpile-only src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"typescript": "^5.8.3"
},
"devDependencies": {
"@prisma/client": "^6.8.2",
"@types/express": "^5.0.2",
"@types/node": "^22.15.21",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"pg": "^8.16.0",
"prisma": "^6.8.2",
"ts-node-dev": "^2.0.0"
}
}