{
    "name": "usda-food-data-api-schema",
    "version": "1.0.4",
    "description": "Various Schema data for the USDA Food Data database",
    "main": "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-schema.git"
    },
    "keywords": [
        "USDA",
        "Food",
        "Data"
    ],
    "author": "dudeami",
    "license": "MIT",
    "types": "./dist\\index.d.ts",
    "bugs": {
        "url": "https://github.com/dudeami/usda-food-data-api-schema/issues"
    },
    "homepage": "https://github.com/dudeami/usda-food-data-api-schema#readme",
    "type": "module",
    "dependencies": {
        "@types/node": "^17.0.23",
        "mongoose": "^6.2.8",
        "typescript": "^4.6.3"
    }
}
