trangshopeeaffiliate/zalo-userbot/package.json
2026-07-11 22:56:22 +07:00

15 lines
304 B
JSON

{
"name": "zalo-userbot",
"version": "1.0.0",
"description": "Zalo User-bot (Self-bot) for Shopee Affiliate Link conversion",
"main": "userbot.js",
"type": "module",
"scripts": {
"start": "node userbot.js"
},
"dependencies": {
"zca-js": "^2.1.2",
"node-fetch": "^3.3.2"
}
}