bugsnag-build-reporter
Version:
A tool for reporting your application’s builds to Bugsnag
41 lines (40 loc) • 909 B
JSON
{
"name": "bugsnag-build-reporter",
"version": "2.0.0",
"description": "A tool for reporting your application’s builds to Bugsnag",
"keywords": [
"bugsnag",
"build",
"report",
"ci",
"cli"
],
"main": "index.js",
"bin": "bin/cli.js",
"scripts": {
"test": "standard && nyc --reporter=lcov -- tape lib/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsnag/bugsnag-build-reporter-node"
},
"author": "Bugsnag Inc.",
"license": "MIT",
"devDependencies": {
"directory-copy": "^0.1.0",
"nyc": "^11.4.1",
"proxyquire": "^1.8.0",
"standard": "^10.0.3",
"tape": "^4.8.0",
"tempy": "^0.2.1"
},
"dependencies": {
"chalk": "^2.3.0",
"concat-stream": "^1.6.0",
"find-nearest-file": "^1.1.0",
"meow": "^6.1.1",
"once": "^1.4.0",
"pino": "^4.10.3",
"run-parallel": "^1.1.6"
}
}