mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
12 lines
246 B
JSON
12 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"
|
|
}
|
|
}
|