{
  "name": "validate-commit",
  "version": "3.4.0",
  "description": "Validate commit messages according to various presets",
  "main": "dist/index.js",
  "author": {
    "name": "Will Soto",
    "email": "will.soto9+github@gmail.com",
    "url": "https://github.com/willsoto"
  },
  "contributors": [
    {
      "name": "Leo Di Donato",
      "email": "leodidonato@gmail.com",
      "url": "https://github.com/leodido"
    }
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/willsoto/validate-commit/issues"
  },
  "homepage": "https://github.com/willsoto/validate-commit#readme",
  "files": [
    "bin/",
    "dist/",
    "typings/"
  ],
  "typings": "./typings/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/willsoto/validate-commit.git"
  },
  "keywords": [
    "node",
    "git",
    "angular",
    "atom",
    "ember",
    "eslint",
    "jshint",
    "jquery",
    "hooks",
    "commit",
    "conventional commit",
    "commit convention"
  ],
  "bin": {
    "validate-commit-msg": "./bin/index.js"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "clean": "rimraf dist typings",
    "lint": "tslint src/**/*.ts test/**/*.ts",
    "watch": "tsc --watch",
    "pretest": "npm run build",
    "test": "mocha --compilers js:babel-core/register",
    "test-watch": "npm test -- --watch",
    "prebuild": "npm run clean",
    "build": "tsc",
    "coverage": "babel-node ./node_modules/.bin/isparta cover _mocha -- -R spec",
    "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
    "postcoveralls": "rimraf ./coverage",
    "prepublish": "npm run build",
    "predocs": "rimraf docs/",
    "docs": "typedoc --out docs/ src/",
    "postdocs": "./gh-pages.js",
    "prerelease": "npm test",
    "release": "standard-version --sign && git push --follow-tags origin master",
    "commitmsg": "./bin/index.js"
  },
  "dependencies": {
    "chalk": "^2.0.0",
    "is-file": "^1.0.0",
    "yargs": "^10.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/chalk": "^2.2.0",
    "@types/lodash": "^4.14.64",
    "@types/mocha": "^2.2.41",
    "@types/node": "^8.0.11",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.1.0",
    "codelyzer": "4.0.2",
    "coveralls": "^3.0.0",
    "gh-pages": "^1.0.0",
    "husky": "^0.14.3",
    "isparta": "^4.0.0",
    "mocha": "^4.0.0",
    "mocha-sinon": "^2.0.0",
    "rimraf": "^2.6.1",
    "sinon": "^2.2.0",
    "standard-version": "^4.0.0",
    "trash-cli": "^1.4.0",
    "ts-node": "^4.0.1",
    "tslint": "^5.2.0",
    "typedoc": "^0.9.0",
    "typescript": "^2.3.2"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  }
}
