{ "name": "apaw", "version": "1.0.0", "description": "Self-improving code pipeline with agent management and Gitea logging", "type": "module", "main": "./dist/kilocode/index.js", "types": "./dist/kilocode/index.d.ts", "exports": { ".": { "import": "./dist/kilocode/index.js", "types": "./dist/kilocode/index.d.ts" }, "./agent-manager": { "import": "./dist/kilocode/agent-manager/index.js", "types": "./dist/kilocode/agent-manager/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "test": "bun test" }, "dependencies": { "zod": "^3.24.1" }, "devDependencies": { "@types/bun": "^1.1.6", "@types/node": "^20.10.0", "typescript": "^5.4.5" }, "keywords": [ "agent", "pipeline", "workflow", "gitea", "automation", "self-improving", "kilocode" ], "license": "MIT", "workspaces": [ ".kilo" ] }