{
  "name": "autobadge",
  "version": "1.3.1",
  "description": "simple CLI tool to generate repository badges",
  "main": "index.js",
  "bin": {
    "autobadge": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "deploy": "npm publish",
    "lint": "xo --prittier"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deep5050/autobadge.git"
  },
  "keywords": [
    "badge",
    "md",
    "markdown",
    "readme",
    "doc",
    "documentation",
    "document",
    "repo",
    "repository",
    "badge-generator",
    "shields",
    "badgen",
    "badges"
  ],
  "author": "dipankar pal <dipankarpal5050@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deep5050/autobadge/issues"
  },
  "homepage": "https://github.com/deep5050/autobadge#readme",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "conf": "^6.2.4",
    "qoa": "^0.2.0"
  },
  "devDependencies": {}
}
