{
  "name": "@devpodio/process",
  "version": "0.6.3",
  "description": "Theia process support.",
  "dependencies": {
    "@devpodio/core": "^0.6.3",
    "@theia/node-pty": "0.7.8-theia004",
    "string-argv": "^0.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "theiaExtensions": [
    {
      "backend": "lib/node/process-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/devpodio/devpodio.git"
  },
  "bugs": {
    "url": "https://github.com/devpodio/devpodio/issues"
  },
  "homepage": "https://github.com/devpodio/devpodio",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "prepare": "yarn run clean && yarn run build",
    "clean": "theiaext clean",
    "build": "theiaext build",
    "watch": "theiaext watch",
    "test": "theiaext test"
  },
  "devDependencies": {
    "@devpodio/ext-scripts": "^0.6.3"
  },
  "nyc": {
    "extends": "../../configs/nyc.json"
  }
}
