UNPKG

539 BJSONView Raw
1{
2 "name": "@essex/redux-dag-history",
3 "version": "5.0.0",
4 "description": "",
5 "main": "lib/index.js",
6 "scripts": {
7 "clean": "../../node_modules/.bin/rimraf lib",
8 "build": "../../node_modules/.bin/tsc",
9 "start": "../../node_modules/.bin/tsc -w"
10 },
11 "author": "Chris Trevino <darthtrevino@gmail.com>",
12 "typings": "lib/index",
13 "license": "MIT",
14 "dependencies": {
15 "@types/redux-actions": "^1.2.2",
16 "debug": "^2.6.0",
17 "immutable": "^3.8.1",
18 "redux-actions": "^1.2.1",
19 "treeify": "^1.0.1"
20 }
21}