UNPKG

usda-food-data-api-builder

Version:

USDA Food Data API database builder for self-hosted API access to the USDA Food Data database

47 lines (46 loc) 1.47 kB
{ "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" }