{
  "name": "@khanhicetea/pi-dede",
  "version": "0.6.4",
  "description": "Delegate focused work to context-aware Pi sub-agents",
  "type": "module",
  "license": "MIT",
  "keywords": ["pi-package", "pi-extension", "subagents"],
  "files": ["src", "skills", "README.md", "LICENSE", "SPEC.md", "IMPLEMENTATION-NOTES.md"],
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.82.1",
    "@earendil-works/pi-agent-core": "0.82.1",
    "@earendil-works/pi-coding-agent": "0.82.1",
    "@earendil-works/pi-tui": "0.82.1",
    "@types/node": "^24.0.0",
    "typebox": "^1.0.0",
    "typescript": "^5.9.0",
    "vitest": "^3.2.0"
  },
  "pi": {
    "extensions": ["./src/index.ts"],
    "skills": ["./skills"]
  }
}
