{
  "name": "@typefox/monaco-editor-react",
  "version": "7.7.0",
  "license": "MIT",
  "description": "React component for Monaco-Editor and Monaco Languageclient",
  "keywords": [
    "monaco-editor",
    "monaco-languageclient",
    "typescript",
    "react"
  ],
  "type": "module",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "lib/index"
      ]
    }
  },
  "files": [
    "lib",
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "shx rm -fr ./lib ./bundle *.tsbuildinfo",
    "compile": " tsgo --build tsconfig.src.json",
    "build": "npm run clean && npm run compile"
  },
  "engines": {
    "node": ">=20.10.0",
    "npm": ">=10.2.3"
  },
  "volta": {
    "node": "24.13.0",
    "npm": "11.6.2"
  },
  "dependencies": {
    "@codingame/monaco-vscode-editor-api": "^25.1.2",
    "@codingame/monaco-vscode-extension-api": "^25.1.2",
    "react": ">=18.0.0 || <20.0.0",
    "vscode": "npm:@codingame/monaco-vscode-extension-api@^25.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TypeFox/monaco-languageclient.git",
    "directory": "packages/monaco-editor-react"
  },
  "homepage": "https://github.com/TypeFox/monaco-languageclient/blob/main/packages/wrapper-react/README.md",
  "bugs": "https://github.com/TypeFox/monaco-languageclient/issues",
  "author": {
    "name": "TypeFox",
    "url": "https://www.typefox.io"
  }
}
