mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-03 01:13:12 +08:00
* chore: update electron@42.6.0 * chore: update node.js build * temp: bump distro * chore: update deb dependencies * chore: update rpm dependencies * chore: add missing platform dep to allow-scripts * chore: bump distro
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "^6.0.3"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/watcher": "^2.5.6",
|
|
"esbuild": "0.28.1",
|
|
"vscode-grammar-updater": "^1.1.0"
|
|
},
|
|
"overrides": {
|
|
"node-gyp-build": "4.8.1"
|
|
},
|
|
"allowScripts": {
|
|
"@parcel/watcher@2.5.6": true,
|
|
"esbuild@0.28.1": true
|
|
}
|
|
}
|