{ "name": "@dir-ai/voyager", "version": "1.4.0", "description": "Voyager — the verified-brief organ for coding agents: turns a query into a cited, confidence-scored, OSV-gated, injection-hardened brief, never a raw web response. CLI, library, and MCP server.", "type": "module", "license": "MIT", "author": "dir-ai", "homepage": "https://github.com/dir-ai/voyager#readme", "repository": { "type": "git", "url": "git+https://github.com/dir-ai/voyager.git" }, "bugs": { "url": "https://github.com/dir-ai/voyager/issues" }, "keywords": [ "ai-agents", "retrieval", "rag", "provenance", "osv", "supply-chain", "prompt-injection", "mcp", "model-context-protocol", "package-verification" ], "mcpName": "io.github.dir-ai/voyager", "bin": { "voyager": "dist/cli.js", "voyager-mcp": "dist/mcp.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist/", "server.json", "README.md", "SECURITY.md", "LICENSE" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "scripts": { "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build", "test": "npm run build && tsc -p tsconfig.test.json && node --test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "semver": "^7.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.5.0", "@types/semver": "^7.5.0" } }