{
  "name": "@theia/test",
  "version": "1.71.0",
  "description": "Theia - Test Extension",
  "dependencies": {
    "@theia/core": "1.71.0",
    "@theia/editor": "1.71.0",
    "@theia/filesystem": "1.71.0",
    "@theia/navigator": "1.71.0",
    "@theia/terminal": "1.71.0",
    "xterm": "^5.3.0",
    "xterm-addon-fit": "^0.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "theiaExtensions": [
    {
      "frontend": "lib/browser/view/test-view-frontend-module",
      "backend": "lib/node/test-backend-module"
    }
  ],
  "keywords": [
    "theia-extension"
  ],
  "license": "EPL-2.0 OR GPL-2.0 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.71.0"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  },
  "gitHead": "d8a596fc99f0a8e68b466828ed162569d79e3a71"
}
