{
    "name": "@warriorteam/zalo-personal",
    "version": "1.2.1",
    "description": "Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support",
    "main": "dist/index.js",
    "type": "module",
    "exports": {
        ".": {
            "require": "./dist/cjs/index.cjs",
            "types": "./index.d.ts",
            "default": "./dist/index.js"
        }
    },
    "scripts": {
        "build:clean": "rimraf dist",
        "build:esm": "tsc",
        "build:cjs": "rollup -c rollup.config.js",
        "build": "npm run build:clean && npm run build:esm && npm run build:cjs",
        "test:feat": "node test/feat.js",
        "prettier": "prettier --write .",
        "prepublishOnly": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/redai-redon/zalo-personal-sdk.git"
    },
    "homepage": "https://github.com/redai-redon/zalo-personal-sdk",
    "bugs": {
        "url": "https://github.com/redai-redon/zalo-personal-sdk/issues"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "keywords": [
        "zalo",
        "zalo-api",
        "zalo-personal",
        "chatbot",
        "messaging",
        "api",
        "unofficial",
        "vietnam",
        "warriorteam",
        "url-attachment",
        "file-upload",
        "image-url"
    ],
    "author": "WarriorTeam",
    "license": "MIT",
    "dependencies": {
        "crypto-js": "^4.2.0",
        "form-data": "^4.0.0",
        "pako": "^2.1.0",
        "semver": "^7.6.3",
        "sharp": "^0.33.4",
        "spark-md5": "^3.0.2",
        "tough-cookie": "^5.0.0",
        "ws": "^8.18.0"
    },
    "devDependencies": {
        "@rollup/plugin-typescript": "^12.1.0",
        "@types/bun": "^1.1.14",
        "@types/crypto-js": "^4.2.2",
        "@types/node": "^20.14.10",
        "@types/pako": "^2.0.3",
        "@types/semver": "^7.5.8",
        "@types/spark-md5": "^3.0.4",
        "@types/ws": "^8.5.11",
        "prettier": "^3.3.3",
        "rimraf": "^5.0.10",
        "rollup": "^4.24.0",
        "typescript": "^5.5.3"
    }
}
