UNPKG

good-first-issue

Version:

A CLI for finding good-first-issues in open source projects.

67 lines (66 loc) 1.45 kB
{ "name": "good-first-issue", "version": "0.27.2", "description": "A CLI for finding good-first-issues in open source projects.", "main": "index.js", "scripts": { "toc": "npx markdown-toc -i readme.md", "markdown": "md-magic", "pretest": "standard", "test": "jest --collectCoverage" }, "bin": { "good-first-issue": "./bin/good-first-issue.js" }, "files": [ "bin/", "lib/", "data", "index.js" ], "repository": { "type": "git", "url": "https://github.com/bnb/good-first-issue.git" }, "homepage": "https://github.com/bnb/good-first-issue", "keywords": [ "cli", "node-cli", "good-first-issue", "github", "community", "first-timers", "help-wanted" ], "author": "Tierney Cyren <hello@bnb.im> (http://bnb.im)", "license": "MIT", "standard": { "ignore": [ "**/*.spec.js" ] }, "engines": { "node": ">=8.0.0" }, "bugs": { "url": "https://github.com/bnb/good-first-issue/issues", "email": "hello@bnb.im" }, "contributors": [ "Dhruv Jain <dhruvjainpenny@gmail.com> (https://maddhruv.github.io)" ], "dependencies": { "boxen": "^3.0.0", "chalk": "^2.4.1", "commander": "^2.19.0", "inquirer": "^6.2.0", "libgfi": "^1.0.2", "open": "^6.4.0" }, "devDependencies": { "jest": "^23.6.0", "markdown-magic": "^0.1.25", "strip-ansi": "^5.0.0", "standard": "^13.1.0" } }