mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "^3.8.0-dev.20200201"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall"
|
|
}
|
|
}
|