Files
Custom-Static-Website-Gener…/whatsapp-web.js/package.json
Mohammed Ashab Uddin 117e0949d6 added common-tags
2020-08-06 14:07:28 +04:00

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