UNPKG

1.65 kBJSONView Raw
1{
2 "name": "diagnostic-channel-publishers",
3 "version": "1.0.3",
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.12",
24 "@opentelemetry/api": "^1.0.2",
25 "@opentelemetry/tracing": "^0.24.0",
26 "@types/mocha": "^8.2.2",
27 "@types/node": "^8.5.0",
28 "@types/pg": "7.4.11",
29 "@types/tedious": "^4.0.3",
30 "diagnostic-channel": "file:../diagnostic-channel",
31 "mocha": "^3.2.0",
32 "mongodb": "^3.6.6",
33 "mysql": "^2.16.0",
34 "pg": "^8.6.0",
35 "q": "1.5.0",
36 "redis": "^3.0.2",
37 "rimraf": "^2.6.1",
38 "tedious": "^8.0.1",
39 "tslint": "^5.0.0",
40 "typescript": "4.1.2",
41 "winston": "^3.2.1",
42 "zone.js": "^0.8.5"
43 },
44 "peerDependencies": {
45 "diagnostic-channel": "*"
46 },
47 "files": [
48 "dist/src/**/*.d.ts",
49 "dist/src/**/*.js",
50 "LICENSE",
51 "README.md",
52 "package.json"
53 ],
54 "license": "MIT"
55}