mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
51 lines
1.2 KiB
JSON
51 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.1.0",
|
|
"chai": "3.5.0",
|
|
"mocha": "^7.1.1",
|
|
"@microsoft/vscodetestcover": "^1.2.2",
|
|
"@microsoft/azdata-test": "^3.0.3"
|
|
},
|
|
"resolutions": {
|
|
"jsonwebtoken": "9.0.0"
|
|
}
|
|
}
|