{ "name": "voyage", "version": "4.3.0", "description": "Voyage — brief, research, plan, execute, review, revise, continue. Contract-driven Claude Code pipeline + first marketplace playground.", "type": "module", "engines": { "node": ">=18" }, "scripts": { "test": "node --test 'tests/**/*.test.mjs'", "test:e2e": "playwright test tests/e2e", "verify": "bash verify.sh" }, "keywords": [ "claude-code", "planning", "research", "agents", "plugin" ], "author": "Kjell Tore Guttormsen", "license": "MIT", "repository": { "type": "git", "url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace" }, "devDependencies": { "@axe-core/playwright": "^4.9.0", "@playwright/test": "^1.44.0" } }