{ "name": "@supstack/cli", "version": "0.18.2", "mcpName": "io.github.DrBaher/supstack", "description": "SupStack CLI — evidence-based supplement intelligence, as a CLI and MCP server.", "keywords": [ "supplements", "cli", "mcp", "model-context-protocol", "evidence-based", "health", "nutrition", "supstack" ], "license": "MIT", "author": "SupStack", "homepage": "https://supstack.me", "repository": { "type": "git", "url": "git+https://github.com/DrBaher/supstack-cli.git" }, "bugs": { "url": "https://github.com/DrBaher/supstack-cli/issues" }, "type": "module", "bin": { "supstack": "./dist/index.js" }, "files": [ "dist", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=20" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:integration": "SUPSTACK_INTEGRATION=1 vitest run src/integration.test.ts", "lint": "eslint src", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "type-check": "tsc --noEmit", "prepack": "npm run build", "prepublishOnly": "npm run type-check && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "commander": "^12.1.0", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^20", "eslint": "^10.4.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-simple-import-sort": "^13.0.0", "prettier": "^3.8.3", "tsup": "^8.3.0", "typescript": "^5", "typescript-eslint": "^8.60.1", "vitest": "^4.0.18" } }