{ "name": "whatsapp-web", "version": "1.0.0", "description": "", "main": "test.js", "scripts": { "test-web": "node website_test.js http://localhost:8004", "test": "mocha", "start": "node index.js" }, "author": "", "license": "ISC", "dependencies": { "common-tags": "^1.8.0", "request": "^2.88.2", "whatsapp-web.js": "^1.8.2" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.0.1" } }