{
  "name": "pi-modal",
  "version": "0.2.0",
  "type": "module",
  "description": "Kakoune/Helix-like modal editor for pi prompt input - motion-first with selection markers",
  "author": "unitf90",
  "license": "MIT",
  "repository": "https://github.com/unitdhda/pi-modal",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "dev": "tsc --watch",
    "test": "node --experimental-strip-types --test 'src/**/*.test.ts'"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "modal-editor",
    "helix",
    "kakoune",
    "vim",
    "editor",
    "motion"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ],
    "video": "https://github.com/unitdhda/pi-modal/raw/refs/heads/main/public/showcase.mp4"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0"
  }
}
