{
  "name": "monaco-vim",
  "version": "0.4.4",
  "description": "Vim keybindings for monaco-editor",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "browser": "./dist/monaco-vim.umd.js",
      "types": {
        "import": "./dist/index.d.mts",
        "default": "./dist/index.d.cts"
      },
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "clean": "rimraf dist",
    "dev": "vite --host 0.0.0.0 --port 8080",
    "preview": "vite preview --host 0.0.0.0 --port 8080",
    "typecheck": "tsc --noEmit",
    "build": "pnpm run clean && tsdown",
    "prepublishOnly": "pnpm run build"
  },
  "keywords": [
    "monaco-editor",
    "vim"
  ],
  "files": [
    "dist",
    "src",
    "LICENSE",
    "LICENSE.codemirror.txt",
    "README.md"
  ],
  "author": "Brijesh Bittu <brijesh@bitwiser.in> (http://bitwiser.in/)",
  "license": "MIT",
  "peerDependencies": {
    "monaco-editor": "*"
  },
  "homepage": "https://github.com/brijeshb42/monaco-vim",
  "repository": {
    "url": "https://github.com/brijeshb42/monaco-vim.git"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "monaco-editor": "^0.33.0",
    "rimraf": "^6.0.1",
    "tsdown": "^0.16.6",
    "typescript": "^5.6.3",
    "vite": "^5.4.11",
    "vite-plugin-monaco-editor": "^1.1.0"
  },
  "packageManager": "pnpm@10.23.0"
}
