mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "@bot-whatsapp/cli",
|
|
"version": "0.0.25-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"
|
|
}
|
|
}
|