{
  "name": "@leeruniek/redux-collections",
  "version": "0.5.2",
  "description": "Reduce Redux boilerplate when mapping data from API endpoints",
  "homepage": "https://github.com/leeruniek/redux-collections",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leeruniek/redux-collections.git"
  },
  "bugs": {
    "url": "https://github.com/leeruniek/redux-collections/issues"
  },
  "author": {
    "name": "Andrei Dumitrescu",
    "url": "https://github.com/andreidcm"
  },
  "main": "dist/index.js",
  "license": "BSD-3-Clause",
  "scripts": {
    "----UTILS------------------------------------": "",
    "setup": "rm -rf ./node_modules && npm i && npm audit fix",
    "update": "npm-check -u",
    "----BUNDLE-----------------------------------": "",
    "build": "rm -rf ./dist && babel src -d dist",
    "prepare": "npm audit fix && npm test && npm run lint && npm run build",
    "prepublishOnly": "npm run coverage",
    "----LINT-------------------------------------": "",
    "lint:js": "eslint ./src",
    "lint:md": "markdownlint *.md",
    "lint": "npm run lint:md && npm run lint:js",
    "----TESTS------------------------------------": "",
    "test": "tape -r @babel/register src/*.test.js src/**/*.test.js lib/**/*.test.js",
    "tdd": "nodemon --watch src --watch lib --exec \"npm run test | tap-diff\"",
    "coverage:report": "NODE_ENV=test nyc npm test && nyc report --reporter=html",
    "coverage": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls"
  },
  "peerDependencies": {
    "redux": "4.0.1"
  },
  "dependencies": {
    "@babel/runtime": "7.3.4",
    "@leeruniek/functies": "0.32.0",
    "redux": "4.0.1"
  },
  "devDependencies": {
    "@babel/cli": "7.2.3",
    "@babel/core": "7.3.4",
    "@babel/plugin-proposal-pipeline-operator": "7.3.2",
    "@babel/plugin-transform-runtime": "7.3.4",
    "@babel/preset-env": "7.3.4",
    "@babel/register": "7.0.0",
    "@leeruniek/eslint-config": "4.3.0",
    "babel-eslint": "10.0.1",
    "coveralls": "3.0.3",
    "eslint": "5.15.1",
    "eslint-config-prettier": "4.1.0",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-json": "1.4.0",
    "eslint-plugin-no-inferred-method-name": "1.0.2",
    "eslint-plugin-prettier": "3.0.1",
    "eslint-plugin-promise": "4.0.1",
    "eslint-plugin-unicorn": "7.1.0",
    "markdownlint-cli": "0.14.0",
    "nodemon": "1.18.10",
    "npm-check": "5.9.0",
    "nyc": "13.3.0",
    "prettier": "1.16.4",
    "tap-diff": "0.1.1",
    "tape": "4.10.1"
  }
}
