-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 966 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "what-do-i-cook-today",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "ts-node index.ts",
"dev": "nodemon index.ts --ignore 'cook-decider'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llewellyndsouza/what-do-i-cook-today.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/llewellyndsouza/what-do-i-cook-today/issues"
},
"homepage": "https://github.com/llewellyndsouza/what-do-i-cook-today#readme",
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.9",
"nodemon": "^2.0.20",
"prisma": "^4.6.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@prisma/client": "^4.6.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"helmet": "^6.0.0",
"morgan": "^1.10.0"
}
}