{
  "name": "redux-leaves",
  "version": "2.0.0",
  "description": "Write once. Reduce anywhere",
  "main": "dist/index.js",
  "license": "MIT",
  "author": {
    "name": "Richard Ng",
    "email": "hi@richard.ng",
    "url": "https://github.com/richardcrng/"
  },
  "dependencies": {
    "change-case": "^4.1.1",
    "immer": "^3.1.2",
    "lodash": "^4.17.15",
    "object.fromentries": "^2.0.2",
    "ramda": "^0.26.1",
    "ramda-adjunct": "^2.23.0",
    "set-value": ">=2.0.1",
    "utility-types": "^3.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/richardcrng/redux-leaves"
  },
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "npm run build:types && npm run build:js",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
    "prepublishOnly": "npm run build",
    "test": "jest --watch --runInBand",
    "test:types": "dts-jest"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.7",
    "@babel/core": "^7.7.7",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-proposal-numeric-separator": "^7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "@babel/preset-typescript": "^7.7.7",
    "@types/jest": "^26.0.10",
    "@types/node": "^13.13.5",
    "@types/ramda": "^0.27.4",
    "babel-jest": "^26.3.0",
    "coveralls": "^3.0.9",
    "dts-jest": "^23.3.0",
    "jest": "^26.4.2",
    "redux": "^4.0.5",
    "ts-jest": "^26.3.0",
    "typescript": "^4.0.2",
    "util": "^0.12.1"
  }
}
