Files
bot-whatsapp/packages/create-bot-whatsapp/package.json
2022-12-06 19:35:21 +01:00

14 lines
276 B
JSON

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