Files
bot-whatsapp/packages/create-bot-whatsapp/package.json
2022-12-11 22:18:01 +01:00

16 lines
357 B
JSON

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