UNPKG

468 BJSONView Raw
1{
2 "name": "git-auto-badger",
3 "version": "1.0.9",
4 "description": "",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/technikhil314/auto-badger"
9 },
10 "engines": {
11 "node": ">=10.0.0"
12 },
13 "bin": {
14 "auto-badger": "bin/index.js"
15 },
16 "keywords": [],
17 "author": "",
18 "license": "ISC",
19 "dependencies": {
20 "eslint": "^7.10.0",
21 "minimist": "^1.2.5",
22 "nodegit": "^0.27.0",
23 "yaml": "^1.10.0"
24 }
25}