{
  "name": "monaco-jsx-syntax-highlight-v2",
  "version": "1.2.2",
  "description": "Highlight the jsx or tsx syntax for monaco editor",
  "keywords": [
    "monaco",
    "jsx",
    "highlight",
    "tsx",
    "monaco-editor",
    "syntax"
  ],
  "scripts": {
    "test": "jest",
    "clear": "rm -rf lib",
    "init": "npm run mode:dev && npm run generate-worker-json",
    "demo": "parcel demo/index.html",
    "generate-worker-json": "node ./scripts/generate-worker-json.js",
    "mode:build": "node ./scripts/mode.js --mode=build",
    "mode:dev": "node ./scripts/mode.js --mode=dev",
    "precompile": "npm run mode:dev && npm run test && npm run mode:build && npm run clear",
    "compile:worker": "rollup --config rollup.config.worker.js && npm run generate-worker-json",
    "compile:index": "rollup -c",
    "compile": "npm run compile:worker && npm run compile:index",
    "postcompile": "node ./scripts/mode.js --mode=dev"
  },
  "files": [
    "lib"
  ],
  "main": "./lib/index.js",
  "module": "./lib/index.module.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/x-glorious/monaco-jsx-syntax-highlight.git"
  },
  "author": "x-glorious",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/x-glorious/monaco-jsx-syntax-highlight/issues"
  },
  "homepage": "https://github.com/x-glorious/monaco-jsx-syntax-highlight#readme",
  "devDependencies": {
    "@lopatnov/rollup-plugin-uglify": "^2.1.2",
    "@monaco-editor/react": "^4.4.5",
    "@parcel/transformer-sass": "^2.6.2",
    "@rollup/plugin-json": "^4.1.0",
    "@types/jest": "^28.1.6",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "buffer": "^6.0.3",
    "eslint": "^8.15.0",
    "exec-sh": "^0.4.0",
    "jest": "^28.1.3",
    "minimist": "^1.2.6",
    "parcel": "^2.6.2",
    "prettier": "^2.6.2",
    "process": "^0.11.10",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.72.1",
    "rollup-plugin-typescript2": "^0.31.2",
    "rollup-pluginutils": "^2.8.2",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.4"
  }
}
