{
  "name": "@dino-dna/semantic-pull-requests",
  "version": "0.0.7",
  "description": "GitHub status check that ensures your pull requests follow the Conventional Commits spec",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "start": "probot run ./index.js",
    "test": "jest test/* && npm run lint",
    "test:watch": "DEBUG=octokitz:rest* jest test/* --watch --notify --notifyMode=change --coverage",
    "lint": "standard --fix",
    "semantic-release": "semantic-release"
  },
  "standard": {
    "env": [
      "jest"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cdaringe/semantic-pull-requests.git"
  },
  "keywords": [
    "probot",
    "probot-plugin"
  ],
  "author": "Zeke Sikelianos (https://github.com/zeke)",
  "license": "Apache-2.0",
  "dependencies": {
    "conventional-commit-types": "^3.0.0",
    "parse-commit-message": "^3",
    "probot-config": "^1.0.0"
  },
  "devDependencies": {
    "@octokit/rest": "^15.9.4",
    "jest": "^23.4.0",
    "nock": "^9.4.2",
    "semantic-release": "^12.2.2",
    "standard": "^12.0.1",
    "probot": "^9.11.3"
  },
  "peerDependencies": {
    "probot": "^9"
  },
  "private": false,
  "bugs": {
    "url": "https://github.com/cdaringe/semantic-pull-requests/issues"
  },
  "homepage": "https://github.com/cdaringe/semantic-pull-requests#readme"
}
