{
  "name": "xei-editor",
  "version": "2.5.0",
  "description": "xei (晴) — a modern Vim-modal terminal editor in Rust",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stremtec/xei.git"
  },
  "license": "MIT",
  "bin": {
    "xei": "bin/xei"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "install.js",
    "bin/"
  ],
  "keywords": [
    "editor",
    "vim",
    "tui",
    "terminal",
    "text-editor",
    "cli",
    "rust"
  ],
  "os": ["darwin", "linux", "win32"],
  "cpu": ["x64", "arm64"]
}
