{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "vue-codemirror6",
  "version": "1.6.1",
  "license": "MIT",
  "description": "CodeMirror6 Component for vue2 and vue3.",
  "keywords": [
    "vuejs",
    "vue",
    "vue-components",
    "vue-codemirror",
    "code-editor",
    "text-editor",
    "vue2",
    "vue3",
    "web-editor",
    "vue-plugin",
    "vue-component",
    "codemirror-editor",
    "vue-resource",
    "codemirror6"
  ],
  "type": "module",
  "author": {
    "name": "Logue",
    "email": "logue@hotmail.co.jp",
    "url": "https://logue.dev/"
  },
  "homepage": "https://github.com/logue/vue-codemirror6",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/logue/vue-codemirror6.git"
  },
  "bugs": {
    "url": "https://github.com/logue/vue-codemirror6/issues"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "default": "./dist/index.es.js"
    },
    "./umd": {
      "default": "./dist/index.umd.js"
    }
  },
  "files": [
    "CHANGELOG.md",
    "/dist"
  ],
  "sideEffects": false,
  "engines": {
    "node": "^22.18.0 || >=24.12.0"
  },
  "packageManager": "pnpm@11.9.0",
  "scripts": {
    "dev": "rsbuild",
    "dev:lib": "rslib --watch",
    "clean": "rimraf node_modules/.cache",
    "build": "run-p type-check \"build-only {@}\" build:dts --",
    "build:clean": "rimraf dist docs",
    "build:docs": "rsbuild build",
    "build:dts": "dts-bundle-generator --project ./tsconfig.app.json --no-banner -o dist/index.d.ts src/index.ts",
    "lint": "run-s lint:*",
    "lint:check": "biome check --write",
    "lint:rslint": "rslint .",
    "lint:format": "prettier --write .",
    "preview": "rsbuild preview",
    "build-only": "rslib",
    "type-check": "vue-tsc --declaration --emitDeclarationOnly",
    "test": "rstest",
    "test:ui": "rstest --ui",
    "test:coverage": "rstest run --coverage",
    "prepare": "husky",
    "version": "auto-changelog -p && git add CHANGELOG.md"
  },
  "dependencies": {
    "vue-demi": "latest"
  },
  "peerDependencies": {
    "@codemirror/autocomplete": "^6.0.0",
    "@codemirror/commands": "^6.0.0",
    "@codemirror/language": "^6.0.0",
    "@codemirror/lint": "^6.0.0",
    "@codemirror/search": "^6.0.0",
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0",
    "codemirror": "^6.0.0",
    "style-mod": "^4.0.0",
    "vue": "^2.7.14 || ^3.3.4"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.2",
    "@codemirror/lang-javascript": "^6.2.5",
    "@codemirror/lang-json": "^6.0.2",
    "@codemirror/lang-markdown": "^6.5.0",
    "@codemirror/lang-vue": "^0.1.3",
    "@codemirror/language": "^6.12.4",
    "@codemirror/lint": "^6.9.7",
    "@codemirror/search": "^6.7.1",
    "@codemirror/state": "^6.7.0",
    "@codemirror/view": "^6.43.4",
    "@rsbuild/core": "^2.1.4",
    "@rsbuild/plugin-node-polyfill": "^1.4.6",
    "@rsbuild/plugin-sass": "^2.0.1",
    "@rsbuild/plugin-vue": "^2.0.1",
    "@rslib/core": "^0.23.2",
    "@rslint/core": "^0.6.4",
    "@rstest/adapter-rsbuild": "^0.10.6",
    "@rstest/adapter-rslib": "^0.10.6",
    "@rstest/core": "^0.10.6",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/vue": "^8.1.0",
    "@tsconfig/node-lts": "^24.0.0",
    "@types/node": "^26.1.0",
    "@vue/compiler-sfc": "^3.5.39",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/eslint-config-typescript": "^14.9.0",
    "@vue/test-utils": "^2.4.11",
    "@vue/tsconfig": "^0.9.1",
    "@vueuse/core": "^14.3.0",
    "biome": "^0.3.3",
    "bootstrap": "^5.3.8",
    "codemirror": "^6.0.2",
    "dts-bundle-generator": "^9.5.1",
    "eslint-linter-browserify": "^10.6.0",
    "happy-dom": "^20.10.6",
    "husky": "^9.1.7",
    "jeti": "^0.8.8",
    "lint-staged": "^17.0.8",
    "npm-run-all2": "^9.0.2",
    "prettier": "^3.9.4",
    "rimraf": "^6.1.3",
    "style-mod": "^4.1.3",
    "typescript": "^6.0.3",
    "vue": "^3.5.39",
    "vue-eslint-parser": "^10.4.1",
    "vue-markdown-wasm": "^1.0.1",
    "vue-tsc": "^3.3.6"
  },
  "lint-staged": {
    "*": "pnpm lint:format"
  }
}
