mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "^2.0.10"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall"
|
|
}
|
|
}
|