{
  "name": "@nake/commitlint-config",
  "description": "Shareable commitlint configuration used by nake applications",
  "version": "1.0.0",
  "keywords": [
    "commitlint"
  ],
  "main": "index.js",
  "private": false,
  "license": "MIT",
  "homepage": "https://github.com/nakeapp/reboss",
  "repository": {
    "type": "git",
    "url": "https://github.com/nakeapp/reboss"
  },
  "bugs": {
    "email": "dev@nake.app",
    "url": "https://github.com/nakeapp/reboss/issues"
  },
  "author": {
    "name": "Nake Team",
    "email": "dev@nake.app",
    "url": "https://nake.app/about"
  },
  "dependencies": {
    "@commitlint/config-conventional": "^7.5.0",
    "@commitlint/config-lerna-scopes": "^7.5.1"
  },
  "peerDependencies": {
    "@commitlint/cli": "^7.5.2"
  }
}
