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

13 lines
263 B
JSON

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