{
  "name": "@devpodio/preferences",
  "version": "0.6.3",
  "description": "Theia - Preferences Extension",
  "dependencies": {
    "@devpodio/core": "^0.6.3",
    "@devpodio/editor": "^0.6.3",
    "@devpodio/filesystem": "^0.6.3",
    "@devpodio/json": "^0.6.3",
    "@devpodio/monaco": "^0.6.3",
    "@devpodio/userstorage": "^0.6.3",
    "@devpodio/workspace": "^0.6.3",
    "@types/fs-extra": "^4.0.2",
    "fs-extra": "^4.0.2",
    "jsonc-parser": "^2.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "theiaExtensions": [
    {
      "frontend": "lib/browser/preference-frontend-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"
  }
}
