{ "name": "ai-tool-manager", "version": "0.1.0", "description": "CLI + TUI for managing Skills/MCP/Extensions/Commands/Hooks across OMP, Claude Code, and Prime Agent harnesses.", "private": true, "type": "module", "bin": { "aiToolManager": "./bin/aiToolManager.js" }, "scripts": { "start": "node ./bin/aiToolManager.js", "test": "vitest run", "typecheck": "tsc --noEmit" }, "dependencies": { "@clack/prompts": "^0.9.1", "commander": "^13.1.0", "tsx": "^4.19.2", "yaml": "^2.6.1" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "engines": { "node": ">=18.20.0" }, "allowScripts": { "esbuild@0.28.2": true, "esbuild@0.21.5": true } }