-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 905 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
35
{
"name": "redux-ruleset",
"version": "2.2.0",
"description": "A redux-middleware for managing data-flows",
"keywords": [
"react",
"redux",
"middleware",
"data-flow"
],
"main": "build/index.js",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^25.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.87.0",
"gitbook-cli": "^2.3.2",
"honkit": "^3.7.3",
"jest": "^23.6.0",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.3",
"regenerator-runtime": "^0.13.1",
"rewire": "^4.0.1"
},
"scripts": {
"test": "jest --watch",
"build": "rm -rf build && babel src -d build --ignore __mocks__,__TEST__",
"honkit:build": "honkit build",
"deploy": "npm run build && npm publish"
},
"author": "Manuel Jung",
"license": "MIT"
}