-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 861 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
39
40
41
42
43
{
"name": "usda",
"version": "0.0.1",
"description": "A food and nutrition app that leverages the USDA Nutrient database",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"nodemonConfig": {
"ignore": [
"client/*"
]
},
"keywords": [
"food",
"nutrition",
"training",
"diet",
"health",
"meal",
"keto",
"paleo",
"vegan",
"vegetarian",
"atkins",
"fasting",
"intermittent"
],
"author": "Ken Ingram <[email protected]>",
"license": "ISC",
"dependencies": {
"axios": "^1.6.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.21.2",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.14.6",
"pg-promise": "^11.5.4",
"pug": "^3.0.2"
}
}