mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
13 lines
430 B
JSON
13 lines
430 B
JSON
{
|
|
"name": "vsc-extension-samples",
|
|
"publisher": "Microsoft",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"compile": "node .scripts/run-script.js compile",
|
|
"lint": "node .scripts/run-script.js lint",
|
|
"install": "node .scripts/run-command.js npm install",
|
|
"auditFix": "node .scripts/run-command.js npm audit fix",
|
|
"update-readme": "node .scripts/update-readme.js",
|
|
"update-lsif": "node .scripts/update-lsif.js"
|
|
}
|
|
} |