Files
Mohammed Ashab Uddin cbe03c5954 foundation is set
2020-07-20 15:14:36 +04:00

17 lines
319 B
JSON

{
"name": "whatsapp-web",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "node website_test.js http://localhost:8004",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"request": "^2.88.2",
"whatsapp-web.js": "^1.7.0"
}
}