{
  "name": "@coder/vscode",
  "description": "VS Code implementation of the browser-based IDE client.",
  "main": "src/index.ts",
  "scripts": {
    "build:bootstrap-fork": "../../node_modules/.bin/webpack --config ./webpack.config.bootstrap.js"
  },
  "dependencies": {
    "iconv-lite": "^0.4.24",
    "onigasm": "^2.2.1",
    "spdlog": "^0.7.2",
    "string-replace-loader": "^2.1.1"
  },
  "devDependencies": {
    "vscode-textmate": "^4.0.1"
  }
}