mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"name": "theme-sample",
|
|
"version": "0.1.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"typescript": {
|
|
"version": "4.5.5",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
|
|
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA=="
|
|
}
|
|
}
|
|
}
|