{
  "name": "rule-of-law",
  "version": "0.0.10",
  "main": "./index.js",
  "author": "Vincent Driessen",
  "license": "MIT",
  "bin": {
    "rule-of-law": "dist/cli/index.js"
  },
  "homepage": "https://github.com/nvie/rule-of-law",
  "githubUrl": "https://github.com/nvie/rule-of-law",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nvie/rule-of-law.git"
  },
  "dependencies": {
    "@babel/runtime": "^7.8.3",
    "colors": "^1.4.0",
    "commander": "^4.1.0",
    "invariant": "^2.2.4"
  },
  "description": "[![Build Status](https://github.com/nvie/rule-of-law/workflows/test/badge.svg)](https://github.com/nvie/rule-of-law/actions)",
  "bugs": {
    "url": "https://github.com/nvie/rule-of-law/issues"
  }
}
