{
  "name": "browser-reaper",
  "version": "1.0.0",
  "description": "A Node.js educational utility for extracting saved passwords and credit card information from Chromium-based browsers on macOS.",
  "type": "module",
  "main": "index.mjs",
  "files": [
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "scripts": {},
  "author": "RyLee Harrison <ryleeharrison@icloud.com>",
  "license": "MIT",
  "keywords": [
    "Browser Reaper",
    "Educational",
    "Password",
    "Credit Card",
    "Data Exfiltration"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryleeharrison/browser-reaper.git"
  },
  "bugs": {
    "url": "https://github.com/ryleeharrison/browser-reaper/issues"
  },
  "homepage": "https://github.com/ryleeharrison/browser-reaper#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "glob": "^11.0.1",
    "sqlite3": "^5.1.7"
  }
}
