{
  "name": "@theia/application-manager",
  "version": "1.73.1",
  "description": "Theia application manager API.",
  "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": [
    "lib",
    "src"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "theiaext build",
    "clean": "theiaext clean",
    "compile": "theiaext compile",
    "lint": "theiaext lint",
    "test": "theiaext test",
    "watch": "theiaext watch"
  },
  "dependencies": {
    "@babel/core": "^7.29.7",
    "@babel/plugin-transform-classes": "^7.29.7",
    "@babel/plugin-transform-runtime": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@electron/rebuild": "^4.0.4",
    "@theia/application-package": "1.73.1",
    "@theia/bundle-plugin": "1.73.1",
    "@theia/ffmpeg": "1.73.1",
    "@types/fs-extra": "^4.0.15",
    "@types/semver": "^7.7.1",
    "babel-loader": "^8.4.1",
    "buffer": "^6.0.3",
    "compression-webpack-plugin": "^9.2.0",
    "copy-webpack-plugin": "^8.1.1",
    "css-loader": "^6.11.0",
    "esbuild": "^0.24.2",
    "esbuild-plugin-copy": "^2.1.1",
    "esbuild-plugins-node-modules-polyfill": "^1.8.1",
    "fs-extra": "^4.0.3",
    "http-server": "^14.1.1",
    "ignore-loader": "^0.1.2",
    "less": "^3.13.1",
    "mini-css-extract-plugin": "^2.10.2",
    "node-loader": "^2.1.0",
    "path-browserify": "^1.0.1",
    "semver": "^7.8.1",
    "source-map": "^0.6.1",
    "source-map-loader": "^2.0.2",
    "source-map-support": "^0.5.21",
    "string-replace-loader": "^3.3.0",
    "style-loader": "^2.0.0",
    "tslib": "^2.8.1",
    "umd-compat-loader": "^2.1.2",
    "webpack": "^5.107.2",
    "webpack-cli": "4.7.0",
    "worker-loader": "^3.0.8",
    "yargs": "^17.7.2"
  },
  "peerDependencies": {
    "@theia/electron": "*"
  },
  "peerDependenciesMeta": {
    "@theia/electron": {
      "optional": true
    }
  },
  "devDependencies": {
    "@theia/ext-scripts": "1.73.1"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "08e93b2cbdc03c5c8ecf58d3e8ecb9716fd11339"
}
