UNPKG

@zbo14/giturls

Version:

A command-line tool that searches GitHub for URLs

39 lines (38 loc) 850 B
{ "name": "@zbo14/giturls", "version": "0.1.0", "description": "A command-line tool that searches GitHub for URLs", "bin": "index.js", "repository": { "type": "git", "url": "https://github.com/zbo14/giturls" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "browser-automation", "bug-bounty", "cli", "puppeteer", "recon", "url", "urls", "web-scraping" ], "author": "Zachary Balder", "license": "MIT", "dependencies": { "commander": "5.1.0", "progress": "2.0.3", "puppeteer": "3.2.0" }, "devDependencies": { "eslint": "7.1.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.20.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1" } }