Files
bot-whatsapp/packages/create-bot-whatsapp/package.json
Leifer Mendez decccb672a ci(ci): push
2022-12-11 22:10:42 +01:00

16 lines
357 B
JSON

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