void/extensions/package.json

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

21 lines
427 B
JSON
Raw Permalink Normal View History

2024-09-11 02:37:36 +00:00
{
"name": "vscode-extensions",
"version": "0.0.1",
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
2024-09-24 04:46:08 +00:00
"typescript": "5.6.2"
2024-09-11 02:37:36 +00:00
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
},
"devDependencies": {
"@parcel/watcher": "2.1.0",
"esbuild": "0.23.0",
"vscode-grammar-updater": "^1.1.0"
},
"resolutions": {
"node-gyp-build": "4.8.1"
}
}