{
  "name": "simple-subagents",
  "version": "0.12.1",
  "description": "Lightweight background subagents for Pi",
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "exports": "./src/index.ts",
  "keywords": [
    "pi-package",
    "pi",
    "subagents"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aeturnal/simple-subagents.git"
  },
  "homepage": "https://github.com/aeturnal/simple-subagents#readme",
  "bugs": {
    "url": "https://github.com/aeturnal/simple-subagents/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "test": "tsx --test test/*.test.ts",
    "test:unit": "tsx --test test/child-extension.test.ts test/config-agents.test.ts test/dashboard.test.ts test/job-status.test.ts test/json-output.test.ts test/launch-options.test.ts test/live-widget.test.ts test/package.test.ts test/profile-capabilities.test.ts test/profile-discovery.test.ts test/session-runner.test.ts test/subagent-manager.test.ts test/thinking.test.ts test/tools.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "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": "*",
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typebox": "*",
    "typescript": "^5.9.0"
  }
}
