mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"name": "@bot-whatsapp/cli",
|
|
"version": "0.0.53-alpha.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"cross-spawn": "^7.0.3",
|
|
"detect-package-manager": "^2.0.1",
|
|
"kleur": "^4.1.5"
|
|
},
|
|
"files": [
|
|
"./starters/",
|
|
"./lib/cli/bundle.cli.cjs"
|
|
],
|
|
"bin": {
|
|
"bot": "./bin/cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
|
|
}
|
|
}
|