Spaces:
Paused
Paused
File size: 250 Bytes
4c34106 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"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"
}
|