avocavo
Version:
Avocavo CLI - Nutrition analysis made simple. Get accurate USDA nutrition data with secure authentication.
73 lines • 1.48 kB
JSON
{
"name": "avocavo",
"version": "1.0.5",
"description": "Avocavo CLI - Nutrition analysis made simple. Get accurate USDA nutrition data with secure authentication.",
"main": "index.js",
"bin": {
"avocavo": "bin/avocavo.js"
},
"scripts": {
"test": "jest"
},
"keywords": [
"nutrition",
"api",
"usda",
"food",
"recipe",
"health",
"fitness",
"calories",
"macros",
"cli",
"command-line",
"avocavo",
"secure"
],
"author": {
"name": "Avocavo",
"email": "api-support@avocavo.com",
"url": "https://avocavo.app"
},
"license": "MIT",
"homepage": "https://nutrition.avocavo.app",
"repository": {
"type": "git",
"url": "git+https://github.com/avocavo/avocavo-cli.git"
},
"bugs": {
"url": "https://github.com/avocavo/avocavo-cli/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"@supabase/supabase-js": "^2.45.0",
"axios": "^1.7.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.5",
"commander": "^12.0.0",
"conf": "^10.2.0",
"inquirer": "^8.2.6",
"keytar": "^7.9.0",
"open": "^8.4.2",
"ora": "^5.4.1",
"table": "^6.8.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"files": [
"bin/",
"lib/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"preferGlobal": true,
"security": {
"sslVerification": "required",
"credentialStorage": "secure-only"
}
}