Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95c34c59af9ee3bc23310af88caf0a79cdb82201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vscode-extensions",
  "version": "0.0.1",
  "license": "MIT",
  "description": "Dependencies shared by all extensions",
  "dependencies": {
    "typescript": "4.6.3"
  },
  "scripts": {
    "postinstall": "node ./postinstall.mjs"
  },
  "devDependencies": {
    "@parcel/watcher": "2.0.5",
    "esbuild": "^0.11.12",
    "vscode-grammar-updater": "^1.0.4"
  }
}