41 строка
897 B
JSON
41 строка
897 B
JSON
{
|
|
"name": "webpack-bugsnag-plugins",
|
|
"version": "1.8.0",
|
|
"description": "Webpack plugins for common Bugsnag actions",
|
|
"keywords": [
|
|
"bugsnag",
|
|
"webpack"
|
|
],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "standard && tape test/**.test.js | tap-spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bugsnag/webpack-bugsnag-plugins"
|
|
},
|
|
"author": "Bugsnag Inc.",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"concat-stream": "^1.6.2",
|
|
"once": "^1.4.0",
|
|
"parse-formdata": "^1.0.2",
|
|
"standard": "^16.0.1",
|
|
"tap-spec": "^4.1.2",
|
|
"tape": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@bugsnag/source-maps": "^2.0.0",
|
|
"bugsnag-build-reporter": "^2.0.0",
|
|
"run-parallel-limit": "^1.0.6"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^3.0.0 || ^4.0.0 || ^5.0.0"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"test/fixtures/**/*"
|
|
]
|
|
}
|
|
}
|