{
  "name": "@theia/application-package",
  "version": "1.71.0",
  "description": "Theia application package 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": {
    "@theia/request": "1.71.0",
    "@types/fs-extra": "^4.0.15",
    "@types/semver": "^7.7.1",
    "@types/write-json-file": "^2.2.1",
    "deepmerge": "^4.3.1",
    "fs-extra": "^4.0.2",
    "is-electron": "^2.2.2",
    "nano": "^10.1.4",
    "resolve-package-path": "^4.0.3",
    "semver": "^7.7.4",
    "tslib": "^2.6.2",
    "write-json-file": "^2.3.0"
  },
  "devDependencies": {
    "@theia/ext-scripts": "1.71.0"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "d8a596fc99f0a8e68b466828ed162569d79e3a71"
}
