mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "2.3.4"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall"
|
|
}
|
|
}
|