-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 948 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
{
"name": "track-action-middleware",
"version": "1.2.0",
"description": "A middleware for interfacing actions with some other event tracking or analytics system.",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"flow": "flow",
"flow-typed": "flow-typed",
"eslint": "eslint",
"lint": "npm run eslint src",
"prepublish": "NODE_ENV=ci rollup -c",
"test": "jest"
},
"author": "Bradley J. Spaulding",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/preset-env": "^7.14.4",
"@babel/preset-flow": "^7.13.13",
"@rollup/plugin-babel": "^5.3.0",
"eslint": "^7.27.0",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-jest": "^24.3.6",
"flow-bin": "^0.152.0",
"flow-typed": "^3.2.1",
"jest": "^26.6.3",
"redux": "^3.6.0",
"rollup": "^2.50.5",
"rollup-plugin-babel": "^2.6.1"
}
}