{
  "name": "belly-button",
  "version": "8.0.0",
  "description": "the best souce of linting",
  "author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)",
  "main": "lib/cli.js",
  "homepage": "https://github.com/cjihrig/belly-button",
  "repository": {
    "type": "git",
    "url": "https://github.com/cjihrig/belly-button.git"
  },
  "bugs": {
    "url": "https://github.com/cjihrig/belly-button/issues"
  },
  "license": "MIT",
  "bin": {
    "belly-button": "./bin/belly-button.js"
  },
  "scripts": {
    "lint": "node ./bin/belly-button -I \"test/fixtures/**\" -I \"node_modules/**\" -f",
    "test": "npm run lint && lab -v -t 100"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@hapi/bossy": "6.x.x",
    "eslint": "8.x.x",
    "glob": "8.x.x",
    "insync": "2.x.x"
  },
  "devDependencies": {
    "@hapi/lab": "25.x.x",
    "cb-barrier": "1.x.x",
    "fs-extra": "10.x.x",
    "stand-in": "4.x.x"
  },
  "keywords": [
    "belly-button",
    "belly button",
    "lint",
    "linter",
    "eslint",
    "style"
  ]
}
