{
  "name": "@saucelabs/repolinter",
  "version": "1.0.0-alpha",
  "description": "Lint open source repositories",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "repolinter": "bin/repolinter.js"
  },
  "scripts": {
    "test": "standard --env mocha && mocha tests/**/*.js",
    "coverage": "nyc npm test",
    "fix": "standard --fix",
    "apidoc": "documentation build index.js -f html -o apidoc -c documentation.yml"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "keywords": [
    "lint",
    "linter",
    "repository",
    "github",
    "license",
    "readme",
    "open source"
  ],
  "author": "The TODO Group",
  "license": "Apache-2.0",
  "homepage": "https://github.com/todogroup/repolinter",
  "bugs": {
    "url": "https://github.com/todogroup/repolinter/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/todogroup/repolinter.git"
  },
  "dependencies": {
    "ajv": "^6.12.4",
    "chalk": "^4.1.0",
    "command-exists": "^1.2.9",
    "emoji-regex": "^9.0.0",
    "eslint-config-standard": "^14.1.1",
    "find-config": "^1.0.0",
    "gitlog": "^4.0.0",
    "is-windows": "^1.0.2",
    "isbinaryfile": "^4.0.6",
    "js-yaml": "^3.14.0",
    "jsonfile": "^6.0.1",
    "lodash": "^4.17.20",
    "log-symbols": "^4.0.0",
    "matched": "^5.0.0",
    "nock": "^13.0.4",
    "node-fetch": "^2.6.0",
    "rimraf": "^3.0.2",
    "simple-git": "^2.20.1",
    "standardjs": "^1.0.0-alpha",
    "yargs": "^15.4.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-each": "0.0.1",
    "chai-string": "^1.5.0",
    "documentation": "^13.0.2",
    "eslint": "^7.7.0",
    "eslint-plugin-jsdoc": "^30.3.0",
    "gh-pages": "^3.1.0",
    "markdown-toc": "^1.2.0",
    "markdownlint": "^0.20.4",
    "mocha": "^8.1.3",
    "mock-http-server": "^1.4.2",
    "nyc": "^15.1.0",
    "standard": "^14.3.4",
    "strip-ansi": "^6.0.0",
    "unist-util-is": "^4.0.2"
  }
}
