hacktoberfest-issue-hunt
Version:
Find all the open issues for hacktoberfest, filter on the basis of language and labels
35 lines (34 loc) • 935 B
JSON
{
"name": "hacktoberfest-issue-hunt",
"version": "2.0.7",
"description": "Find all the open issues for hacktoberfest, filter on the basis of language and labels",
"main": "lib/index.js",
"scripts": {
"test-lint": "eslint . --ext .js, ./example --ext .js --color",
"demo": "node example/demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinitshahdeo/hacktoberfest-issue-hunt.git"
},
"keywords": [
"hacktoberfest",
"issues",
"beginner-friendly",
"hunt",
"your first pr"
],
"author": "Vinit Shahdeo <https://github.com/vinitshahdeo>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinitshahdeo/hacktoberfest-issue-hunt/issues"
},
"homepage": "https://vinitshahdeo.github.io/hacktoberfest-issue-hunt/",
"dependencies": {
"@octokit/rest": "18.11.4",
"moment": "2.29.1"
},
"devDependencies": {
"eslint": "^7.32.0"
}
}