mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
39 lines
952 B
JSON
39 lines
952 B
JSON
{
|
|
"name": "theme-sample",
|
|
"version": "0.1.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "theme-sample",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"engines": {
|
|
"vscode": "*"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.6.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
|
|
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"typescript": {
|
|
"version": "4.6.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
|
|
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw=="
|
|
}
|
|
}
|
|
}
|