{
    "name": "imapflow",
    "version": "1.2.10",
    "description": "IMAP Client for Node",
    "main": "lib/imap-flow.js",
    "types": "lib/imap-flow.d.ts",
    "scripts": {
        "test": "grunt",
        "coverage": "c8 --reporter=text --reporter=html npx nodeunit test/*-test.js",
        "update": "rm -rf node_modules package-lock.json && ncu -u && npm install",
        "format": "prettier --write \"**/*.{js,json,md,yml,yaml}\" --ignore-path .prettierignore",
        "lint": "eslint ."
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/postalsys/imapflow.git"
    },
    "keywords": [
        "imap",
        "email",
        "mail"
    ],
    "author": "Postal Systems OÜ",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/postalsys/imapflow/issues"
    },
    "homepage": "https://imapflow.com/",
    "devDependencies": {
        "@eslint/js": "9.39.2",
        "@types/node": "25.3.0",
        "c8": "10.1.3",
        "eslint": "9.39.2",
        "eslint-config-nodemailer": "1.2.0",
        "eslint-config-prettier": "10.1.8",
        "grunt": "1.6.1",
        "grunt-cli": "1.5.0",
        "grunt-contrib-nodeunit": "5.0.0",
        "grunt-eslint": "26.0.0",
        "prettier": "3.8.1",
        "proxyquire": "^2.1.3",
        "typescript": "5.9.3"
    },
    "dependencies": {
        "@zone-eu/mailsplit": "5.4.8",
        "encoding-japanese": "2.2.0",
        "iconv-lite": "0.7.2",
        "libbase64": "1.3.0",
        "libmime": "5.3.7",
        "libqp": "2.1.1",
        "nodemailer": "8.0.1",
        "pino": "10.3.1",
        "socks": "2.8.7"
    }
}
