{
  "name": "@neilurk12/pi-agent-modes",
  "version": "0.4.2",
  "description": "Multi-mode extension for pi coding agent: yolo, plan, ask, orchestrator",
  "type": "module",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "modes",
    "agent",
    "yolo",
    "plan",
    "ask",
    "orchestrator"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Neil-urk12/pi-dots.git"
  },
  "license": "MIT",
  "files": [
    "dist",
    "modes",
    "README.md",
    "LICENSE"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.1.0"
  },
  "devDependencies": {
    "@earendil-works/pi-tui": "^0.78.1",
    "@types/js-yaml": "^4.0.9",
    "tsup": "^8.5.1",
    "typescript": "^5.7.0",
    "vitest": "^4.1.7"
  },
  "dependencies": {
    "js-yaml": "^4.1.0"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  }
}
