-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 859 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 859 Bytes
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
39
{
"name": "webpack-bugsnag-plugins",
"version": "2.2.3",
"description": "Webpack plugins for common Bugsnag actions",
"keywords": [
"bugsnag",
"webpack"
],
"main": "index.js",
"scripts": {
"test": "standard && tape test/**.test.mjs | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsnag/webpack-bugsnag-plugins"
},
"author": "Bugsnag Inc.",
"license": "MIT",
"devDependencies": {
"@randomgoods/tap-spec": "^5.0.4",
"concat-stream": "^1.6.2",
"formidable": "^3.5.1",
"once": "^1.4.0",
"standard": "^16.0.1",
"tape": "^5.0.1"
},
"dependencies": {
"@bugsnag/cli": "^3.0.0",
"run-parallel-limit": "^1.0.6"
},
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"standard": {
"ignore": [
"test/fixtures/**/*"
]
}
}