mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
38 lines
958 B
JSON
38 lines
958 B
JSON
{
|
|
"name": "integration-tests",
|
|
"description": "Integration Tests",
|
|
"version": "0.0.1",
|
|
"publisher": "Microsoft",
|
|
"private": true,
|
|
"engines": {
|
|
"vscode": "*",
|
|
"azdata": "*"
|
|
},
|
|
"activationEvents": [
|
|
"onFileSystem:memfs",
|
|
"onDebug"
|
|
],
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "3.4.34",
|
|
"@types/node": "^10.14.8",
|
|
"azure-keyvault": "^3.0.4",
|
|
"chai": "3.5.0",
|
|
"mocha-junit-reporter": "^1.17.0",
|
|
"mocha-multi-reporters": "^1.1.7",
|
|
"ms-rest-azure": "^2.6.0",
|
|
"vscodetestcover": "^1.0.9"
|
|
}
|
|
}
|