Files
Custom-Static-Website-Gener…/whatsapp-web.js/package.json
Preeti Rawat 6566ba30a0 testing1
create companu_name
2020-07-25 14:04:29 +04:00

22 lines
416 B
JSON

{
"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": {
"request": "^2.88.2",
"whatsapp-web.js": "^1.7.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1"
}
}