mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "@bot-whatsapp/cli",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"cross-spawn": "^7.0.3",
|
|
"detect-package-manager": "^2.0.1",
|
|
"kleur": "^4.1.5"
|
|
},
|
|
"files": [
|
|
"./lib/cli/bundle.cli.cjs"
|
|
]
|
|
}
|