{
    "name": "norisk-scraper",
    "version": "1.0.0",
    "description": "NoRisk Italian proxy automation with Playwright",
    "main": "src/index.js",
    "type": "module",
    "scripts": {
        "start": "node src/index.js",
        "dev": "node --watch src/index.js",
        "test": "node tests/manual-test.js"
    },
    "keywords": [
        "playwright",
        "automation",
        "insurance",
        "proxy"
    ],
    "author": "",
    "license": "MIT",
    "dependencies": {
        "bcrypt": "^6.0.0",
        "better-sqlite3": "^12.6.2",
        "better-sqlite3-session-store": "^0.1.0",
        "cors": "^2.8.6",
        "dotenv": "^16.3.1",
        "express": "^4.18.2",
        "express-rate-limit": "^8.2.1",
        "express-session": "^1.19.0",
        "imap": "^0.8.17",
        "json2csv": "^6.0.0-alpha.2",
        "mailparser": "^3.6.5",
        "nodemailer": "^8.0.1",
        "playwright": "1.58.2",
        "pm2": "^6.0.14",
        "winston": "^3.11.0"
    }
}
