Files
azuredatastudio/extensions/integration-tests/package.json
2021-03-04 16:30:39 -08: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": "^5.2.5",
"@types/node": "^10.14.8",
"azure-keyvault": "^3.0.4",
"chai": "3.5.0",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"ms-rest-azure": "^2.6.0",
"vscodetestcover": "^1.1.0"
}
}