mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
21 lines
624 B
JSON
21 lines
624 B
JSON
{
|
|
"name": "status-ts",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@types/vscode": {
|
|
"version": "1.33.0",
|
|
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.33.0.tgz",
|
|
"integrity": "sha512-JSmGiValbrcG5g20jjCfKakLiuWyrcjVezj+SEAEZ4klXQktE5EtowuGlkLVqbkiBK4iY5wy/4yW8OjecuHnjQ==",
|
|
"dev": true
|
|
},
|
|
"typescript": {
|
|
"version": "3.5.1",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.1.tgz",
|
|
"integrity": "sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|