{
  "name": "@theia/languages",
  "version": "1.4.0",
  "description": "Theia - Languages Extension",
  "dependencies": {
    "@theia/application-package": "^1.4.0",
    "@theia/core": "^1.4.0",
    "@theia/monaco-editor-core": "^0.19.3",
    "@theia/process": "^1.4.0",
    "@theia/workspace": "^1.4.0",
    "@types/uuid": "^7.0.3",
    "monaco-languageclient": "^0.13.0",
    "uuid": "^8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "theiaExtensions": [
    {
      "frontend": "lib/browser/languages-frontend-module",
      "backend": "lib/node/languages-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": {
    "lint": "theiaext lint",
    "build": "theiaext build",
    "watch": "theiaext watch",
    "clean": "theiaext clean",
    "test": "theiaext test"
  },
  "devDependencies": {
    "@theia/ext-scripts": "^1.4.0"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  }
}
