mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
34 lines
773 B
JSON
34 lines
773 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "ts-node src/app.ts",
|
|
"dev": "nodemon src/app.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/detleph/server.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/detleph/server/issues"
|
|
},
|
|
"homepage": "https://github.com/detleph/server#readme",
|
|
"dependencies": {
|
|
"@prisma/client": "^3.2.1",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^16.10.3",
|
|
"prisma": "^3.2.1",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|