vscode/extensions/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
428 B
JSON
Raw Normal View History

{
"name": "vscode-extensions",
"version": "0.0.1",
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^5.5.2"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
2021-02-02 11:30:08 +00:00
},
"devDependencies": {
2023-01-05 10:28:31 +00:00
"@parcel/watcher": "2.1.0",
2024-02-02 10:47:17 +00:00
"esbuild": "0.20.0",
2022-05-18 07:47:49 +00:00
"vscode-grammar-updater": "^1.1.0"
},
"resolutions": {
"node-gyp-build": "4.8.1"
}
2019-05-14 18:26:22 +00:00
}