fdedcf53bb
Basic checks / Compilation, Unit and Integration Tests (push) Has been cancelled
Basic checks / Hygiene and Layering (push) Has been cancelled
Basic checks / Warm up node modules cache (push) Has been cancelled
Check Format and Lint / lint-and-format (push) Has been cancelled
24 lines
496 B
JSON
24 lines
496 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/watcher": "2.1.0",
|
|
"esbuild": "0.23.0",
|
|
"vscode-grammar-updater": "^1.1.0"
|
|
},
|
|
"overrides": {
|
|
"node-gyp-build": "4.8.1",
|
|
"@parcel/watcher@2.1.0": {
|
|
"node-addon-api": "7.1.0"
|
|
}
|
|
}
|
|
}
|