Files
bot-whatsapp/packages/create-bot-whatsapp/package.json
2023-01-09 18:44:52 +01:00

20 lines
508 B
JSON

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