mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"name": "create-bot-whatsapp",
|
|
"version": "0.0.58-alpha.0",
|
|
"description": "",
|
|
"main": "./lib/bundle.create-bot-whatsapp.cjs",
|
|
"files": [
|
|
"./starters/",
|
|
"./bin/create.js",
|
|
"./lib/bundle.create-bot-whatsapp.cjs"
|
|
],
|
|
"bin": "./bin/create.js",
|
|
"dependencies": {
|
|
"@bot-whatsapp/cli": "*"
|
|
}
|
|
}
|