{
    "name": "ravpagelinks",
    "version": "1.0.32",
    "description": "🕷️ Ferramenta básica de Enumeração de URLs em Páginas Web.",
    "main": "index.js",
    "bin": {
        "ravpagelinks": "./bin/cli.js"
    },
    "scripts": {
        "dev": "node bin/cli.js",
        "postinstall": "node scripts/auto-setup.js --silent",
        "setup": "node scripts/auto-setup.js",
        "clean": "node scripts/cleanup.js",
        "clean:full": "npm run clean && rmdir /s node_modules 2>nul || rm -rf node_modules",
        "dw-nav": "playwright install"
    },
    "keywords": [
        "osint",
        "web-recon",
        "security-tools",
        "web-security",
        "url-extraction",
        "url-enumerator",
        "url-enumeration",
        "urls",
        "links",
        "scraping-tool",
        "crawler",
        "web-crawler",
        "automation",
        "dom-parser",
        "playwright",
        "cli",
        "cli-tools",
        "tool",
        "tools",
        "Utility",
        "javascript",
        "ravenastar",
        "ravpagelinks"
    ],
    "author": "ravenastar-js",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.18.1",
        "boxen": "^8.0.1",
        "chalk": "^4.1.2",
        "figlet": "^1.11.3",
        "jsdom": "^23.2.0",
        "moment": "^2.30.1",
        "yargs": "^17.7.3"
    },
    "optionalDependencies": {
        "playwright": "^1.61.1"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ravenastar-js/ravpagelinks.git"
    },
    "homepage": "https://github.com/ravenastar-js/ravpagelinks#readme",
    "engines": {
        "node": ">=14.0.0"
    }
}
