forked from dudeami0/usda-food-data-api-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.43 KB
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
44
45
46
{
"name": "usda-food-data-api-builder",
"version": "1.0.3",
"description": "USDA Food Data API database builder for self-hosted API access to the USDA Food Data database",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dudeami/usda-food-data-api-builder.git"
},
"keywords": [
"USDA",
"Food",
"Data"
],
"author": "dudeami",
"license": "MIT",
"bugs": {
"url": "https://github.com/dudeami/usda-food-data-api-builder/issues"
},
"homepage": "https://github.com/dudeami/usda-food-data-api-builder#readme",
"dependencies": {
"@types/json-stable-stringify": "^1.0.34",
"@types/jsonstream": "^0.8.30",
"@types/node": "^17.0.23",
"@types/node-fetch": "^2.6.1",
"@types/through": "^0.0.30",
"@types/unzip-stream": "^0.3.1",
"adler-32": "^1.3.0",
"commander": "^9.1.0",
"json-stable-stringify": "^1.0.1",
"JSONStream": "^1.3.5",
"mongoose": "^6.2.8",
"node-fetch": "^3.2.3",
"source-map-support": "^0.5.21",
"through": "^2.3.8",
"typescript": "^4.6.3",
"unzip-stream": "^0.3.1",
"usda-food-data-api-schema": "^1.0.4"
},
"type": "module"
}