wppconnect-api / examples /basic /package.json
AUXteam's picture
Upload folder using huggingface_hub
4c34106 verified
{
"name": "wppconnect-functions",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}