{ "name": "@voyagier/cli", "version": "4.0.0", "mcpName": "com.voyagier/cli", "description": "Command-line shell for the Voyagier MCP server: one command per tool to search, plan, quote and book real trips (flights, hotels, activities). Built for AI agents: --json everywhere, uniform error codes, price-gated checkout, a stdio MCP proxy (voyagier mcp) and a printable agent reference (voyagier agent-docs).", "type": "module", "bin": { "voyagier": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest", "test:watch": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --watch", "test:cov": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --coverage", "refresh:mcp-fixture": "node scripts/refresh-mcp-fixture.mjs" }, "keywords": [ "voyagier", "travel", "travel-booking", "flights", "hotels", "activities", "trip-planning", "cli", "ai", "ai-agent", "llm", "agent-tools", "agent-ready", "booking", "travel-agent", "mcp", "model-context-protocol", "mcp-server" ], "license": "Apache-2.0", "private": false, "engines": { "node": "^22.12.0 || >=24.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "chalk": "^6.0.0", "commander": "^15.0.0", "zod": "^4.6.4" }, "devDependencies": { "@golevelup/ts-jest": "^3.0.0", "@jest/globals": "^30.5.1", "@types/jest": "^30.0.0", "@types/node": "^26.5.1", "jest": "^30.5.1", "ts-jest": "^29.4.12", "tsx": "^4.23.13", "typescript": "^6.0.3" }, "files": [ "dist", "skills", "README.md", "AGENT.md", "NOTICE", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Voyagier-Travel/voyagier-cli.git" }, "bugs": { "url": "https://github.com/Voyagier-Travel/voyagier-cli/issues" }, "homepage": "https://github.com/Voyagier-Travel/voyagier-cli#readme" }