Files
azuredatastudio/extensions/integration-tests/package.json
Alan Ren f3e7337196 Upgrade packages to remove dependency on the vulnerable package minimist 0.0.8 (#19455)
* new mocha version

* test fix

* test

* new vscodetestcov version

* use rc1

* use 1.2.1

* remove all 0.0.8 of minimist

* a few more
2022-05-20 10:06:13 -07:00

49 lines
1.2 KiB
JSON

{
"name": "integration-tests",
"description": "Integration Tests",
"version": "0.0.1",
"publisher": "Microsoft",
"private": true,
"engines": {
"vscode": "*",
"azdata": "*"
},
"activationEvents": [
"onFileSystem:memfs",
"onDebug",
"onCommand:integration-tests.onboarding.showDevelopers"
],
"main": "./out/main",
"extensionDependencies": [
"Microsoft.agent",
"Microsoft.import",
"Microsoft.profiler",
"Microsoft.mssql",
"Microsoft.notebook",
"Microsoft.azuredatastudio-postgresql"
],
"scripts": {
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:vscode-colorize-tests ./tsconfig.json"
},
"contributes": {
"commands": [
{
"command": "integration-tests.onboarding.showDevelopers",
"title": "Show Developers"
}
]
},
"devDependencies": {
"@types/chai": "3.4.34",
"@types/mocha": "^7.0.2",
"@types/node": "^10.14.8",
"@azure/keyvault-secrets": "^4.4.0",
"@azure/identity": "^2.0.4",
"chai": "3.5.0",
"mocha": "^7.1.1",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"@microsoft/vscodetestcover": "^1.2.1"
}
}