-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"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"
}
}