{ "name": "pi-commandcode-provider", "version": "0.1.0", "description": "Command Code provider for pi", "type": "module", "private": true, "keywords": [ "pi-package", "pi-extension", "commandcode", "provider" ], "license": "MIT", "scripts": { "test": "node --import tsx --test tests/**/*.test.ts", "test:unit": "node --import tsx --test tests/*/*.test.ts", "typecheck": "tsc --noEmit", "sync:catalog": "node scripts/sync-catalog.mjs" }, "pi": { "extensions": [ "./index.ts" ] }, "devDependencies": { "@earendil-works/pi-ai": "0.85.1", "@earendil-works/pi-coding-agent": "0.85.1", "@types/node": "^22.10.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "peerDependencies": { "@earendil-works/pi-ai": "*", "@earendil-works/pi-coding-agent": "*" }, "peerDependenciesMeta": { "@earendil-works/pi-ai": { "optional": true }, "@earendil-works/pi-coding-agent": { "optional": true } } }