UNPKG

zalo-api-final

Version:

zalo-api-final - API Zalo cá nhân hoàn chỉnh cho JavaScript. Xây dựng node n8n, backend quản lý nhiều tài khoản Zalo, phần mềm bán hàng, quản trị Zalo cho công ty tăng doanh số. Gửi tin nhắn, tạo nhóm, quản lý bạn bè, chặn/bỏ chặn người dùng, chấp nhận lờ

144 lines (143 loc) 4.49 kB
{ "name": "zalo-api-final", "version": "2.1.1", "author": { "name": "Hien Nguyen Juno", "email": "hiennguyen270995@gmail.com", "url": "https://github.com/hiennguyen270995" }, "license": "MIT", "description": "zalo-api-final - API Zalo cá nhân hoàn chỉnh cho JavaScript. Xây dựng node n8n, backend quản lý nhiều tài khoản Zalo, phần mềm bán hàng, quản trị Zalo cho công ty tăng doanh số. Gửi tin nhắn, tạo nhóm, quản lý bạn bè, chặn/bỏ chặn người dùng, chấp nhận lời mời kết bạn, nhận webhook, lấy danh sách bạn bè, quản lý nhóm và tự động hóa chat Zalo. Hỗ trợ multi-account management cho doanh nghiệp. Thư viện Zalo API cuối cùng và tốt nhất.", "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.ts", "prettier": "prettier --write .", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/hiennguyen270995/zalo-api-final.git" }, "homepage": "https://github.com/hiennguyen270995/zalo-api-final", "bugs": { "url": "https://github.com/hiennguyen270995/zalo-api-final/issues" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "zalo-api-final", "zalo", "zalo-api", "api-zalo", "zalo-chat", "chat-zalo", "zalo-ca-nhan", "api-zalo-ca-nhan", "n8n-node", "node-n8n", "xay-dung-node-n8n", "xây dựng node n8n", "backend-zalo", "quan-ly-nhieu-tai-khoan", "quản lý nhiều tài khoản", "multi-account", "multi-account-management", "quan-ly-tai-khoan-zalo", "quản lý tài khoản zalo", "phan-mem-ban-hang", "phần mềm bán hàng", "ban-hang-zalo", "bán hàng zalo", "quan-tri-zalo", "quản trị zalo", "zalo-doanh-nghiep", "zalo doanh nghiệp", "tang-doanh-so", "tăng doanh số", "zalo-marketing", "marketing-zalo", "zalo-automation", "tu-dong-hoa-zalo", "tự động hóa zalo", "gui-tin-nhan", "gửi tin nhắn", "tao-nhom", "tạo nhóm", "quan-ly-ban-be", "quản lý bạn bè", "chan-nguoi-dung", "chặn người dùng", "bo-chan", "bỏ chặn", "chap-nhan-ban-be", "chấp nhận bạn bè", "loi-moi-ket-ban", "lời mời kết bạn", "webhook", "danh-sach-ban-be", "danh sách bạn bè", "quan-ly-nhom", "quản lý nhóm", "zalo-bot", "bot-zalo", "chatbot", "api", "final", "cuoi-cung", "hoan-chinh", "business", "enterprise", "sales", "revenue" ], "dependencies": { "crypto-js": "^4.2.0", "form-data": "^4.0.4", "json-bigint": "^1.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": { "@eslint/js": "^9.34.0", "@rollup/plugin-typescript": "^12.1.0", "@types/bun": "^1.1.14", "@types/crypto-js": "^4.2.2", "@types/json-bigint": "^1.0.4", "@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", "eslint": "^9.34.0", "globals": "^16.3.0", "husky": "^9.1.7", "lint-staged": "^16.1.5", "prettier": "^3.3.3", "rimraf": "^5.0.10", "rollup": "^4.24.0", "typescript": "^5.5.3", "typescript-eslint": "^8.41.0" }, "lint-staged": { "*.{js,ts}": "bunx eslint" } }