mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
11 lines
No EOL
242 B
JSON
11 lines
No EOL
242 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "2.8.3-insiders.20180407"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall"
|
|
}
|
|
} |