{ "name": "cli", "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", "format:check": "prettier --check .", "format:write": "prettier --write .", "lint:check": "eslint .", "lint:fix": "eslint --fix .", "build:cli": "npm run format:write && npm run lint:fix && npm run cli:rollup" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": {}, "dependencies": { "whatsapp-web.js": "^1.18.2" } }