UNPKG

717 BJSONView Raw
1{
2 "name": "git-auto-badger",
3 "version": "1.0.13",
4 "description": "Add badges to your project in 2 seconds",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/technikhil314/auto-badger"
9 },
10 "homepage": "https://github.com/technikhil314/auto-badger",
11 "engines": {
12 "node": ">=10.0.0"
13 },
14 "bin": {
15 "auto-badger": "bin/index.js"
16 },
17 "keywords": [
18 "oss",
19 "shields.io",
20 "github",
21 "badges",
22 "status badges"
23 ],
24 "author": "Nikhil Mehta",
25 "license": "MIT",
26 "dependencies": {
27 "eslint": "^7.10.0",
28 "find-up": "^5.0.0",
29 "minimist": "^1.2.5",
30 "npm": "^6.14.8",
31 "parse-git-config": "^3.0.0",
32 "yaml": "^1.10.0"
33 }
34}