mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/watcher": "parcel-bundler/watcher#f503c6eb8df1e883f6989f11743232e43ccb90f6",
|
|
"esbuild": "0.27.2",
|
|
"vscode-grammar-updater": "^1.1.0"
|
|
},
|
|
"overrides": {
|
|
"node-gyp-build": "4.8.1"
|
|
}
|
|
}
|