{
    "name": "imapflow",
    "version": "1.4.7",
    "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": "10.0.1",
        "@types/node": "26.1.0",
        "c8": "11.0.0",
        "eslint": "10.6.0",
        "eslint-config-nodemailer": "1.2.0",
        "eslint-config-prettier": "10.1.8",
        "grunt": "1.6.2",
        "grunt-cli": "1.5.0",
        "grunt-contrib-nodeunit": "5.0.0",
        "grunt-eslint": "26.0.0",
        "prettier": "3.9.4",
        "proxyquire": "^2.1.3",
        "typescript": "6.0.3"
    },
    "dependencies": {
        "@zone-eu/mailsplit": "5.4.14",
        "encoding-japanese": "2.2.0",
        "iconv-lite": "0.7.3",
        "libbase64": "1.3.0",
        "libmime": "5.4.1",
        "libqp": "2.1.1",
        "nodemailer": "9.0.3",
        "pino": "10.3.1",
        "socks": "2.8.9"
    }
}
