{
  "name": "@theia/plugin-ext",
  "version": "1.70.2",
  "description": "Theia - Plugin Extension",
  "main": "lib/common/index.js",
  "typings": "lib/common/index.d.ts",
  "dependencies": {
    "@theia/ai-mcp": "1.70.2",
    "@theia/bulk-edit": "1.70.2",
    "@theia/callhierarchy": "1.70.2",
    "@theia/console": "1.70.2",
    "@theia/core": "1.70.2",
    "@theia/debug": "1.70.2",
    "@theia/editor": "1.70.2",
    "@theia/editor-preview": "1.70.2",
    "@theia/file-search": "1.70.2",
    "@theia/filesystem": "1.70.2",
    "@theia/markers": "1.70.2",
    "@theia/messages": "1.70.2",
    "@theia/monaco": "1.70.2",
    "@theia/monaco-editor-core": "1.108.201",
    "@theia/navigator": "1.70.2",
    "@theia/notebook": "1.70.2",
    "@theia/output": "1.70.2",
    "@theia/plugin": "1.70.2",
    "@theia/preferences": "1.70.2",
    "@theia/scm": "1.70.2",
    "@theia/search-in-workspace": "1.70.2",
    "@theia/task": "1.70.2",
    "@theia/terminal": "1.70.2",
    "@theia/test": "1.70.2",
    "@theia/timeline": "1.70.2",
    "@theia/typehierarchy": "1.70.2",
    "@theia/variable-resolver": "1.70.2",
    "@theia/workspace": "1.70.2",
    "@types/mime": "^2.0.1",
    "@vscode/debugprotocol": "^1.51.0",
    "@vscode/proxy-agent": "^0.13.2",
    "async-mutex": "^0.4.0",
    "decompress": "^4.2.1",
    "escape-html": "^1.0.3",
    "filenamify": "^4.1.0",
    "is-electron": "^2.2.0",
    "jsonc-parser": "^2.2.0",
    "lodash.clonedeep": "^4.5.0",
    "macaddress": "^0.5.3",
    "mime": "^2.4.4",
    "node-pty": "1.2.0-beta.12",
    "semver": "^7.5.4",
    "tslib": "^2.6.2",
    "vhost": "^3.0.2",
    "vscode-textmate": "^9.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "theiaExtensions": [
    {
      "backend": "lib/plugin-ext-backend-module",
      "backendElectron": "lib/plugin-ext-backend-electron-module",
      "frontend": "lib/plugin-ext-frontend-module"
    },
    {
      "frontendElectron": "lib/plugin-ext-frontend-electron-module"
    }
  ],
  "keywords": [
    "theia-extension"
  ],
  "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/eclipse-theia/theia.git"
  },
  "bugs": {
    "url": "https://github.com/eclipse-theia/theia/issues"
  },
  "homepage": "https://github.com/eclipse-theia/theia",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "theiaext build",
    "clean": "theiaext clean",
    "compile": "theiaext compile",
    "lint": "theiaext lint",
    "test": "theiaext test",
    "watch": "theiaext watch"
  },
  "devDependencies": {
    "@theia/ext-scripts": "1.70.2",
    "@types/decompress": "^4.2.2",
    "@types/escape-html": "^0.0.20",
    "@types/lodash.clonedeep": "^4.5.3"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "083802498e3c7c969e0afa9c763548c4fc9f5ac0"
}
