{
  "name": "pi-editor-cursor",
  "version": "0.1.2",
  "description": "A blinking cursor and prompt for the Pi coding agent editor",
  "type": "module",
  "license": "MIT",
  "author": "Artem Kozaev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/artplan1/pi-editor-cursor.git"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "cursor",
    "tui"
  ],
  "files": [
    "assets",
    "extensions",
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/editor-cursor.ts"
    ]
  },
  "scripts": {
    "test": "node --test tests/*.test.ts",
    "typecheck": "tsc --noEmit",
    "check": "pnpm run typecheck && pnpm test",
    "pack:dry": "pnpm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "@earendil-works/pi-tui": "^0.80.10",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "packageManager": "pnpm@11.8.0"
}
