{
  "name": "xei-editor",
  "version": "0.13.0",
  "description": "xei (晴) — a modern Vim-like 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"
  ]
}
