{
  "name": "@theia/cli",
  "version": "1.72.1",
  "description": "Theia CLI.",
  "publishConfig": {
    "access": "public"
  },
  "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": [
    "bin",
    "lib",
    "src",
    "patches"
  ],
  "bin": {
    "theia": "./bin/theia.js",
    "theia-patch": "./bin/theia-patch.js"
  },
  "scripts": {
    "compile": "theiaext compile",
    "lint": "theiaext lint",
    "build": "theiaext build",
    "watch": "theiaext watch",
    "clean": "theiaext clean"
  },
  "dependencies": {
    "@theia/application-manager": "1.72.1",
    "@theia/application-package": "1.72.1",
    "@theia/ffmpeg": "1.72.1",
    "@theia/localization-manager": "1.72.1",
    "@theia/ovsx-client": "1.72.1",
    "@theia/request": "1.72.1",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^10.0.10",
    "@types/node-fetch": "^2.6.13",
    "chai": "^4.3.10",
    "chalk": "4.0.0",
    "decompress": "^4.2.1",
    "escape-string-regexp": "4.0.0",
    "glob": "^8.1.0",
    "http-server": "^14.1.1",
    "limiter": "^2.1.0",
    "log-update": "^4.0.0",
    "mocha": "^10.8.2",
    "patch-package": "^8.0.1",
    "puppeteer": "25.1.0",
    "puppeteer-core": "25.1.0",
    "puppeteer-to-istanbul": "1.4.0",
    "temp": "^0.9.4",
    "tslib": "^2.8.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^10.0.10",
    "@types/node-fetch": "^2.6.13",
    "@types/proxy-from-env": "^1.0.4"
  },
  "gitHead": "037c4b3e52055fc9962c9761564f431fc4864eb4"
}
