-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@recallgraph/foxx-tracer-reporter-console",
"version": "5.0.3",
"description": "A console reporter for the foxx-tracer-collector service that also serves as a template for building other, more complex reporters.",
"repository": {
"type": "git",
"url": "git+https://github.com/RecallGraph/foxx-tracer-reporter-console.git"
},
"directories": {
"lib": "dist"
},
"main": "dist/ConsoleReporter.js",
"scripts": {
"build": "rm -rf dist && tsc -p ."
},
"keywords": [
"foxx",
"arangodb",
"opentracing",
"foxx-tracer-reporter",
"console"
],
"author": "Aditya Mukhopadhyay",
"license": "MIT",
"bugs": {
"url": "https://github.com/RecallGraph/foxx-tracer-reporter-console/issues"
},
"homepage": "https://github.com/RecallGraph/foxx-tracer-reporter-console#readme",
"dependencies": {
"@recallgraph/foxx-tracer": "4.0.0"
},
"devDependencies": {
"@types/arangodb": "^3.5.6",
"@types/joi": "^14.3.4",
"@types/node": "^14.0.27",
"typescript": "^3.9.7"
}
}