Files
bot-whatsapp/packages/create-bot-whatsapp/package.json

16 lines
357 B
JSON

{
"name": "create-bot-whatsapp",
"version": "0.0.59-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": "*"
}
}