{
  "name": "fp-util",
  "version": "2.1.3",
  "description": "Functional library for Javascript developers",
  "main": "./index.js",
  "scripts": {
    "prepublish": "tsc",
    "test": "ava",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "release": {
    "debug": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/minaseem/fp-util.git"
  },
  "author": "naseem1992@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/minaseem/fp-util/issues"
  },
  "homepage": "https://github.com/minaseem/fp-util#readme",
  "devDependencies": {
    "ava": "^0.16.0",
    "babel-register": "^6.18.0",
    "cz-conventional-changelog": "^1.2.0",
    "semantic-release": "^7.0.2",
    "typescript": "^2.4.2",
    "validate-commit-msg": "^2.8.2"
  },
  "ava": {
    "require": "babel-register"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "commit-msg": "validate-commit-msg"
    },
    "validate-commit-msg": {
      "types": [
        "feat",
        "fix",
        "docs",
        "style",
        "refactor",
        "perf",
        "test",
        "chore",
        "revert"
      ]
    }
  }
}