2015-11-05 17:33:07 +01:00
|
|
|
{
|
2018-10-08 15:37:24 -07:00
|
|
|
"name": "vsc-extension-samples",
|
2024-01-22 13:01:59 -08:00
|
|
|
"license": "MIT",
|
2018-10-08 15:37:24 -07:00
|
|
|
"publisher": "Microsoft",
|
2018-10-16 17:08:42 -07:00
|
|
|
"version": "0.0.1",
|
2024-10-28 16:41:49 -07:00
|
|
|
"private": true,
|
2018-10-16 17:08:42 -07:00
|
|
|
"scripts": {
|
2024-10-28 16:41:49 -07:00
|
|
|
"compile": "tsx .scripts/run-script.ts compile",
|
|
|
|
|
"lint": "tsx .scripts/run-script.ts lint",
|
|
|
|
|
"install": "tsx .scripts/run-command.ts npm install",
|
|
|
|
|
"auditFix": "tsx .scripts/run-command.ts npm audit fix",
|
|
|
|
|
"update-readme": "tsx .scripts/update-readme.ts",
|
|
|
|
|
"update-lsif": "tsx .scripts/update-lsif.ts",
|
|
|
|
|
"validate": "tsx .scripts/validate.ts"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^22.8.2",
|
|
|
|
|
"glob": "^11.0.0",
|
|
|
|
|
"tsx": "^4.19.2",
|
2024-11-26 19:16:22 -08:00
|
|
|
"typescript": "^5.7.2"
|
2018-10-16 17:08:42 -07:00
|
|
|
}
|
2024-10-28 16:41:49 -07:00
|
|
|
}
|