{
  "name": "whoops",
  "description": "It makes simple throw qualified errors.",
  "homepage": "https://github.com/Kikobeats/whoops",
  "version": "5.1.2",
  "main": "src/index.js",
  "author": {
    "email": "josefrancisco.verdu@gmail.com",
    "name": "Kiko Beats",
    "url": "https://github.com/Kikobeats"
  },
  "contributors": [
    {
      "name": "Jorrit Schippers",
      "email": "jorrit@ncode.nl"
    },
    {
      "name": "Prasad Nayak",
      "email": "prasadnayak1006@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikobeats/whoops.git"
  },
  "bugs": {
    "url": "https://github.com/Kikobeats/whoops/issues"
  },
  "keywords": [
    "constructor",
    "custom",
    "error",
    "simple",
    "throw"
  ],
  "devDependencies": {
    "@commitlint/cli": "latest",
    "@commitlint/config-conventional": "latest",
    "@ksmithut/prettier-standard": "latest",
    "c8": "latest",
    "ci-publish": "latest",
    "finepack": "latest",
    "git-authors-cli": "latest",
    "github-generate-release": "latest",
    "nano-staged": "latest",
    "should": "latest",
    "simple-git-hooks": "latest",
    "standard": "latest",
    "standard-markdown": "latest",
    "standard-version": "latest"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "src"
  ],
  "scripts": {
    "clean": "rm -rf node_modules",
    "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "standard",
    "postrelease": "pnpm release:tags && pnpm release:github && (ci-publish || npm publish --access=public)",
    "pretest": "pnpm lint",
    "release": "standard-version -a",
    "release:github": "github-generate-release",
    "release:tags": "git push --follow-tags origin HEAD:master",
    "test": "c8 node --test"
  },
  "license": "MIT",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "body-max-line-length": [
        0
      ]
    }
  },
  "nano-staged": {
    "*.js": [
      "prettier-standard",
      "standard --fix"
    ],
    "*.md": [
      "standard-markdown"
    ],
    "package.json": [
      "finepack"
    ]
  },
  "simple-git-hooks": {
    "commit-msg": "npx commitlint --edit",
    "pre-commit": "npx nano-staged"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
