{
  "name": "monaco-editor-ex",
  "version": "1.6.0",
  "type": "module",
  "author": {
    "name": "huanent",
    "email": "huanent@icloud.com",
    "url": "https://github.com/huanent"
  },
  "description": "Powerful monaco editor extension,support js css features in html and more",
  "repository": {
    "url": "https://github.com/huanent/monaco-editor-ex.git",
    "type": "git"
  },
  "homepage": "https://github.com/huanent/monaco-editor-ex",
  "peerDependencies": {
    "monaco-editor": ">=0.55.1"
  },
  "keywords": [
    "monaco",
    "monaco-editor",
    "extension",
    "js in html",
    "auto close tag",
    "unocss"
  ],
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "./dist/monaco-editor-ex.umd.cjs",
  "module": "./dist/monaco-editor-ex.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/monaco-editor-ex.js",
    "require": "./dist/monaco-editor-ex.umd.cjs"
  },
  "scripts": {
    "dev": "vite --host",
    "build": "tsc && vite build",
    "publish": "tsc && vite build && npm publish --registry https://registry.npmjs.org --access public"
  },
  "devDependencies": {
    "@babel/parser": "^7.29.0",
    "@types/js-beautify": "^1.14.3",
    "@types/tinycolor2": "^1.4.6",
    "@unocss/autocomplete": "^66.6.2",
    "@unocss/preset-uno": "^66.6.2",
    "happy-dom": "^20.7.0",
    "monaco-editor": "^0.55.1",
    "tinycolor2": "^1.6.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^0.28.3",
    "vscode-css-languageservice": "^6.3.10",
    "vscode-html-languageservice": "^5.6.2"
  }
}
