UNPKG

1.73 kBJSONView Raw
1{
2 "name": "diagnostic-channel-publishers",
3 "version": "1.0.5",
4 "main": "dist/src/index.js",
5 "types": "dist/src/index.d.ts",
6 "scripts": {
7 "build": "tsc && node copyTestAssets.js",
8 "lint": "tslint -c tslint.json -p tsconfig.json",
9 "clean": "rimraf ./dist",
10 "test": "mocha ./dist/tests/{*.js,**/*.js}",
11 "debug": "mocha --inspect-brk ./dist/tests/{*.js,**/*.js}"
12 },
13 "homepage": "https://github.com/Microsoft/node-diagnostic-channel",
14 "bugs": {
15 "url": "https://github.com/Microsoft/node-diagnostic-channel/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/Microsoft/node-diagnostic-channel.git"
20 },
21 "description": "A collection of pre-built module patches that enable existing npm modules to publish diagnostic data",
22 "devDependencies": {
23 "@azure/core-tracing": "1.0.0-preview.13",
24 "@opentelemetry/api": "^1.0.4",
25 "@opentelemetry/instrumentation": "^0.27.0",
26 "@opentelemetry/sdk-trace-base": "^1.0.1",
27 "@types/mocha": "^8.2.2",
28 "@types/node": "^8.5.0",
29 "@types/pg": "7.4.11",
30 "@types/tedious": "^4.0.3",
31 "diagnostic-channel": "file:../diagnostic-channel",
32 "mocha": "^3.2.0",
33 "mongodb": "^3.6.6",
34 "mysql": "^2.16.0",
35 "pg": "^8.6.0",
36 "q": "1.5.0",
37 "redis": "^3.0.2",
38 "rimraf": "^2.6.1",
39 "sinon": "1.17.6",
40 "tedious": "^8.0.1",
41 "tslint": "^5.0.0",
42 "typescript": "4.1.2",
43 "winston": "^3.2.1",
44 "zone.js": "^0.8.5"
45 },
46 "peerDependencies": {
47 "diagnostic-channel": "*"
48 },
49 "files": [
50 "dist/src/**/*.d.ts",
51 "dist/src/**/*.js",
52 "LICENSE",
53 "README.md",
54 "package.json"
55 ],
56 "license": "MIT"
57}