1 | {
|
2 | "name": "git-auto-badger",
|
3 | "version": "1.0.17",
|
4 | "description": "Add badges to your project markdown 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 | "cli",
|
24 | "bin",
|
25 | "util",
|
26 | "utility",
|
27 | "helper",
|
28 | "argv",
|
29 | "command",
|
30 | "line",
|
31 | "parser",
|
32 | "option",
|
33 | "flags",
|
34 | "input",
|
35 | "cmd",
|
36 | "console"
|
37 | ],
|
38 | "author": "Nikhil Mehta",
|
39 | "license": "MIT",
|
40 | "husky": {
|
41 | "hooks": {
|
42 | "pre-commit": "./node_modules/.bin/lint-staged -p true"
|
43 | }
|
44 | },
|
45 | "devDependencies": {
|
46 | "eslint": "^7.13.0",
|
47 | "husky": "^4.3.0",
|
48 | "lint-staged": "^10.5.1",
|
49 | "prettier": "^2.1.2"
|
50 | },
|
51 | "dependencies": {
|
52 | "chalk": "^4.1.0",
|
53 | "find-up": "^5.0.0",
|
54 | "meow": "^8.0.0",
|
55 | "parse-git-config": "^3.0.0",
|
56 | "update-notifier": "^5.0.1",
|
57 | "yaml": "^1.10.0"
|
58 | }
|
59 | }
|