Files
server/package.json
T
Stone_Red cb62400f39 Add restaurant and organization controller
- Add restaurant controller
- Add organization controller
- Add files for types
2022-03-30 12:21:47 +02:00

36 lines
875 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"debug": "nodemon src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GithubOrgProjectPiza/server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GithubOrgProjectPiza/server/issues"
},
"homepage": "https://github.com/GithubOrgProjectPiza/server#readme",
"dependencies": {
"@prisma/client": "^3.10.0",
"@types/express": "^4.17.13",
"axios": "^0.26.1",
"express": "^4.17.3",
"prisma": "^3.10.0",
"node-fetch": "^3.2.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/node": "^8.9.5",
"nodemon": "^2.0.15"
}
}