56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "diagnostic-channel-publishers",
|
|
"version": "0.4.4",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc && node copyTestAssets.js",
|
|
"lint": "tslint -c tslint.json -p tsconfig.json",
|
|
"clean": "rimraf ./dist",
|
|
"test": "mocha ./dist/tests/{*.js,**/*.js}",
|
|
"debug": "mocha --inspect-brk ./dist/tests/{*.js,**/*.js}"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/node-diagnostic-channel",
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/node-diagnostic-channel/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/node-diagnostic-channel.git"
|
|
},
|
|
"description": "A collection of pre-built module patches that enable existing npm modules to publish diagnostic data",
|
|
"devDependencies": {
|
|
"@azure/core-tracing": "^1.0.0-preview.9",
|
|
"@opentelemetry/api": "^0.16.0",
|
|
"@opentelemetry/tracing": "^0.16.0",
|
|
"@types/mocha": "^2.2.40",
|
|
"@types/node": "~8.0.0",
|
|
"@types/pg": "^7.4.11",
|
|
"@types/tedious": "^4.0.0",
|
|
"diagnostic-channel": "file:../diagnostic-channel",
|
|
"mocha": "^3.2.0",
|
|
"mongodb": "^3.1.13",
|
|
"mysql": "^2.16.0",
|
|
"pg": "^8.2.1",
|
|
"q": "1.5.0",
|
|
"redis": "^3.0.2",
|
|
"rimraf": "^2.6.1",
|
|
"tedious": "^8.0.1",
|
|
"tslint": "^5.0.0",
|
|
"typescript": "^2.2.1",
|
|
"winston": "^3.2.1",
|
|
"zone.js": "^0.8.5"
|
|
},
|
|
"peerDependencies": {
|
|
"diagnostic-channel": "*"
|
|
},
|
|
"files": [
|
|
"dist/src/**/*.d.ts",
|
|
"dist/src/**/*.js",
|
|
"LICENSE",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"license": "MIT"
|
|
}
|