23 lines
446 B
JSON
23 lines
446 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.12.6"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^8.4.0"
|
|
}
|
|
}
|