vscode-extension-telemetry
Version:
A module for first party microsoft extensions to report consistent telemetry.
38 lines (37 loc) • 1.16 kB
JSON
{
"name": "vscode-extension-telemetry",
"description": "A module for first party microsoft extensions to report consistent telemetry.",
"version": "0.4.5",
"author": {
"name": "Microsoft Corporation"
},
"main": "./lib/telemetryReporter.node.min.js",
"browser": "./lib/telemetryReporter.web.min.js",
"types": "./lib/telemetryReporter.d.ts",
"license": "MIT",
"engines": {
"vscode": "^1.60.0"
},
"scripts": {
"build": "node .esbuild.config.js",
"compile": "tsc -noEmit -p 'src/browser/tsconfig.json' && tsc -noEmit -p 'src/node/tsconfig.json' && npm run build"
},
"devDependencies": {
"@microsoft/applicationinsights-web": "^2.6.4",
"@types/node": "^16.9.6",
"@types/vscode": "^1.60.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.28.3",
"applicationinsights": "2.1.4",
"esbuild": "^0.13.4",
"eslint": "^7.32.0",
"typescript": "^4.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-extension-telemetry.git"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode-extension-telemetry/issues"
}
}