forked from openzipkin/zipkin-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "zipkin-instrumentation-axiosjs",
"version": "0.19.2",
"description": "Library to instrument the axios HTTP-client to support zipkin.",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"test": "mocha --exit --require ../../test/helper.js --require @babel/register && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless ../../karma.conf.js",
"test-browser": "karma start --single-run --browsers ChromeHeadless ../../karma.conf.js",
"test-debug": "mocha --inspect-brk --exit --require ../../test/helper.js",
"prepublish": "npm run build"
},
"author": "OpenZipkin <[email protected]>",
"license": "Apache-2.0",
"repository": "https://github.com/openzipkin/zipkin-js",
"dependencies": {
"zipkin": "^0.19.2"
},
"devDependencies": {
"axios": "^0.19.0"
}
}