{
  "name": "github1s-vscode-web",
  "version": "1.80.0",
  "description": "VS Code web for GitHub1s",
  "author": "github1s",
  "license": "MIT",
  "repository": "https://github.com/conwnet/github1s/issues/257",
  "scripts": {
    "clone": "./scripts/clone-vscode.sh",
    "sync": "./scripts/sync-code.sh",
    "build": "run-s clone sync build:vscode copy:*",
    "build:vscode": "./scripts/build-vscode.sh",
    "copy:vscode": "./scripts/copy-vscode.sh",
    "copy:extensions": "./scripts/copy-extensions.sh",
    "watch": "run-s clone sync && run-p watch:*",
    "watch:vscode": "cd lib/vscode && run-p watch watch-web",
    "watch:src": "cd scripts/watch && node watch-src.js",
    "watch:dist": "cd scripts/watch && node watch-dist.js"
  },
  "private": false,
  "files": [
    "/dist",
    ".VERSION"
  ],
  "keywords": [
    "vscode",
    "vscode-web",
    "github1s"
  ],
  "dependencies": {
    "@vscode/iconv-lite-umd": "0.7.0",
    "@vscode/vscode-languagedetection": "1.0.21",
    "jschardet": "3.0.0",
    "tas-client-umd": "0.1.6",
    "vscode-oniguruma": "1.7.0",
    "vscode-textmate": "9.0.0",
    "xterm": "5.2.0-beta.30",
    "xterm-addon-canvas": "0.4.0-beta.7",
    "xterm-addon-search": "0.11.0",
    "xterm-addon-unicode11": "0.5.0",
    "xterm-addon-webgl": "0.15.0-beta.7"
  },
  "yalcSig": "ed3c5add542343a842d719c85608ecd6"
}
