-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 940 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
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "rollbar-redux-middleware",
"version": "0.2.0",
"description": "Redux middleware that makes including redux state with errors sent to rollbar easier.",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"build": "./node_modules/@babel/cli/bin/babel.js --presets es2015 index.js.es6 -o index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rollbar/rollbar-redux-middleware.git"
},
"keywords": [
"redux",
"rollbar",
"middleware",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rollbar/rollbar-redux/issues"
},
"homepage": "https://github.com/rollbar/rollbar-redux#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"babel-preset-es2015": "^7.0.0-beta.3",
"@babel/runtime": "^7.14.5",
"babel-jest": "^26.6.3",
"jest": "^26.6.3"
}
}