rheinefuerrheine/backend/package.json

25 lines
485 B
JSON
Raw Normal View History

2023-12-04 16:19:57 +00:00
{
"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"
}
}