Files
bot-whatsapp/packages/create-bot-whatsapp/package.json
2022-12-09 12:17:29 +01:00

13 lines
255 B
JSON

{
"name": "create-bot-whatsapp",
"version": "0.0.1",
"description": "",
"main": "./lib/bin/bundle.create.cjs",
"dependencies": {
"@bot-whatsapp/cli": "*"
},
"bin": {
"bot": "./lib/bin/bundle.create.cjs"
}
}