mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
14 lines
276 B
JSON
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"
|
|
}
|
|
}
|