{
  "name": "pi-vimotion",
  "version": "1.3.0",
  "description": "Modal vim editing for pi's prompt box — two modes, operators + text objects, find/till, buffer jumps",
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "vim",
    "modal-editor",
    "keybindings"
  ],
  "homepage": "https://github.com/k3-2o/pi-vimotion",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k3-2o/pi-vimotion.git"
  },
  "author": "k3-2o",
  "license": "MIT",
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.4",
    "@earendil-works/pi-tui": "^0.84.4",
    "knip": "^6.33.0",
    "typescript": "^7.0.2"
  },
  "scripts": {
    "test": "node --test \"tests/*.test.ts\"",
    "typecheck": "tsc --noEmit",
    "knip": "knip",
    "audit": "npm audit",
    "check": "npm run typecheck && npm run knip && npm test && npm run audit"
  },
  "knip": {
    "ignoreBinaries": [
      "nvim"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.84.0",
    "@earendil-works/pi-tui": ">=0.84.0"
  },
  "files": [
    "index.ts",
    "src"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
