15 lines
304 B
JSON
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"
|
|
}
|
|
}
|