UNPKG

git-auto-badger

Version:

Add badges to your project markdown in 2 seconds

61 lines (60 loc) 1.17 kB
{ "name": "git-auto-badger", "version": "1.0.22", "description": "Add badges to your project markdown in 2 seconds", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/technikhil314/auto-badger" }, "homepage": "https://github.com/technikhil314/auto-badger", "engines": { "node": ">=10.0.0" }, "bin": { "auto-badger": "bin/index.js" }, "keywords": [ "oss", "shields.io", "github", "badges", "status badges", "cli", "bin", "util", "utility", "helper", "argv", "command", "line", "parser", "option", "flags", "input", "cmd", "console" ], "author": "Nikhil Mehta", "license": "MIT", "husky": { "hooks": { "pre-commit": "./node_modules/.bin/lint-staged -p true" } }, "devDependencies": { "eslint": "^7.13.0", "husky": "^4.3.0", "lint-staged": "^10.5.1", "prettier": "^2.1.2" }, "dependencies": { "chalk": "^4.1.0", "find-up": "^5.0.0", "meow": "^8.0.0", "ora": "^5.3.0", "parse-git-config": "^3.0.0", "update-notifier": "^5.0.1", "yaml": "^1.10.0" } }