kylin-code/extensions/package.json

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

18 lines
374 B
JSON
Raw Normal View History

2022-06-14 14:37:10 +08:00
{
"name": "vscode-extensions",
"version": "0.0.1",
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
2024-04-30 20:57:13 +08:00
"typescript": "5.3.2"
2022-06-14 14:37:10 +08:00
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
},
"devDependencies": {
2024-04-30 20:57:13 +08:00
"@parcel/watcher": "2.1.0",
"esbuild": "0.17.14",
2022-06-14 14:37:10 +08:00
"vscode-grammar-updater": "^1.1.0"
}
}