{
    "name": "whatsapp.ts",
    "version": "2.0.3",
    "description": "A simple Node.js library for simplifying WhatsApp Web socket connection using the WhiskeySockets/Baileys library.",
    "keywords": [
        "whatsapp",
        "baileys",
        "whatsapp.ts",
        "whatsapp-web.js"
    ],
    "main": "dist/index.js",
    "files": [
        "dist"
    ],
    "scripts": {
        "test": "ts-node tests/index.ts",
        "build": "tsc",
        "watch": "tsc -w",
        "prepublishOnly": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/umitbilgin/whatsapp.ts.git"
    },
    "author": "Ümit Bilgin (https://umitbilgin.com/)",
    "license": "ISC",
    "devDependencies": {
        "@types/mime-types": "^3.0.1",
        "ts-node": "^10.9.2",
        "typescript": "^5.2.2"
    },
    "dependencies": {
        "@hapi/boom": "^10.0.1",
        "@types/qrcode-terminal": "^0.12.0",
        "baileys": "^7.0.0-rc.9",
        "mime-types": "^3.0.1",
        "pino": "^8.16.0",
        "qrcode-terminal": "^0.12.0"
    }
}
