{
  "name": "@arcanemachine/pi-retry",
  "version": "0.2.1",
  "description": "Pi extension to re-prompt or nudge the current assistant turn with a shortcut (default Ctrl+Alt+R)",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write src/index.ts package.json README.md AGENTS.md IDEAS.md tests/*.ts",
    "test": "vitest run"
  },
  "keywords": [
    "pi",
    "pi-coding-agent",
    "extension",
    "pi-package",
    "retry",
    "resume",
    "shortcut"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/arcanemachine/pi-retry/main/logo.jpg"
  },
  "author": "Nicholas Moen",
  "license": "MIT",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@types/node": "^25.3.0",
    "prettier": "^3.8.3",
    "typescript": "^5.7.2",
    "vitest": "^4.1.6"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arcanemachine/pi-retry.git"
  },
  "homepage": "https://github.com/arcanemachine/pi-retry"
}
