{
    "name": "usda-food-data-api-server",
    "version": "1.0.1",
    "description": "USDA Food Data API server for self-hosted API access to the USDA Food Data database",
    "main": "dist/index.js",
    "bin": "dist/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dudeami/usda-food-data-api-server.git"
    },
    "keywords": [
        "USDA",
        "Food",
        "Data"
    ],
    "author": "dudeami",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/dudeami/usda-food-data-api-server/issues"
    },
    "homepage": "https://github.com/dudeami/usda-food-data-api-server#readme",
    "dependencies": {
        "@types/js-yaml": "^4.0.5",
        "@types/koa-router": "^7.4.4",
        "@types/node": "^17.0.23",
        "apollo-server-core": "^3.6.6",
        "apollo-server-koa": "^3.6.6",
        "commander": "^9.1.0",
        "js-yaml": "^4.1.0",
        "koa": "^2.13.4",
        "koa-body": "^4.2.0",
        "koa-router": "^10.1.1",
        "mongoose": "^6.2.8",
        "source-map-support": "^0.5.21",
        "typescript": "^4.6.3",
        "usda-food-data-api-schema": "^1.0.4"
    },
    "type": "module"
}
