{ "name": "confluence-agent-runtime", "version": "1.0.0", "description": "Isolated pi runtime and bridge for Confluence research", "type": "module", "scripts": { "build": "tsc", "test": "node --import tsx --test tests/*.test.ts", "start": "python3 supervisor", "proof": "npm run build && node dist/dev/fake-backend.js", "test:image": "npm run build && node dist/dev/image-checks.js" }, "dependencies": { "@earendil-works/pi-coding-agent": "0.85.1", "@earendil-works/pi-agent-core": "0.85.1", "@earendil-works/pi-ai": "0.85.1", "typebox": "1.3.7" }, "devDependencies": { "@types/node": "22.20.2", "tsx": "4.23.13", "typescript": "5.9.3" } }