{
  "name": "vscode-extensions",
  "version": "0.0.1",
  "license": "MIT",
  "description": "Dependencies shared by all extensions",
  "dependencies": {
    "typescript": "^6.0.2"
  },
  "scripts": {
    "postinstall": "node ./postinstall.mjs"
  },
  "devDependencies": {
    "@parcel/watcher": "^2.5.6",
    "esbuild": "0.27.2",
    "vscode-grammar-updater": "^1.1.0"
  },
  "overrides": {
    "node-gyp-build": "4.8.1"
  }
}
