mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
20 lines
508 B
JSON
20 lines
508 B
JSON
{
|
|
"name": "create-bot-whatsapp",
|
|
"version": "0.0.93-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": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/create-bot-whatsapp"
|
|
}
|
|
}
|