{
  "name": "gitrecon",
  "version": "0.0.3",
  "description": "This CLI tool is designed to retrieve exposed email addresses from a GitHub user’s public activity and to identify a GitHub username associated with a given email address. It is intended strictly for educational use and ethical security research. Please use it responsibly, solely for raising awareness and promoting information security education.",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "test": "jest",
    "start": "node index.js"
  },
  "keywords": [
    "osint",
    "recon",
    "github",
    "email"
  ],
  "author": "Atilla",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/atiilla/gitrecon.git"
  },
  "bugs": {
    "url": "https://github.com/atiilla/gitrecon/issues"
  },
  "homepage": "https://github.com/atiilla/gitrecon",
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "dependencies": {
    "argparse": "^2.0.1",
    "axios": "^1.9.0"
  }
}
