{
  "name": "@olliecaine/reducers",
  "version": "1.0.19",
  "description": "A simple tree-shakable TypeScript library boilerplate",
  "main": "typescript-library-boilerplate.bundle.js",
  "jsnext:main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "husky": {
    "hooks": {
      "post-commit": "npm run lint:fix",
      "pre-push": "npm run health-check"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/goldenbearkin/typescript-library-boilerplate.git"
  },
  "keywords": [
    "typescript",
    "boilerplate",
    "es2015",
    "mocha"
  ],
  "author": "goldenbearkin <huihangkin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/goldenbearkin/typescript-library-boilerplate/issues"
  },
  "homepage": "https://github.com/goldenbearkin/typescript-library-boilerplate#readme",
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}