ktg-plugin-marketplace/plugins/ultraplan-local/package.json

26 lines
593 B
JSON

{
"name": "voyage",
"version": "4.0.0",
"description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline.",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test 'tests/**/*.test.mjs'",
"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"
}
}