This commit is contained in:
Leifer
2022-10-29 12:15:05 +02:00
parent 1e9574e740
commit 5974f3c9f2
6 changed files with 51 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "cli",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private":true,
"scripts": {
"cli:dev": "NODE_ENV=dev node ./index.js",
"cli:rollup": "rollup index.js --config ./rollup-cli.config.js",
@@ -21,8 +22,5 @@
"kleur": "^4.1.5",
"prompts": "^2.4.2",
"rimraf": "^3.0.2"
},
"dependencies": {
"whatsapp-web.js": "^1.18.2"
}
}