mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 01:12:58 +00:00
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "3.5.2"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall"
|
|
}
|
|
}
|