-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 813 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "whatsapp-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:analytics": "node test-analytics.js",
"test:basic": "node test-basic.js",
"test:services": "node test-script.js",
"test:subgraphs": "node test-script.js subgraphs",
"test:substreams": "node test-script.js substreams",
"start": "node client.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google/genai": "^1.21.0",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.34.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"ethers": "^6.8.1",
"axios": "^1.6.2",
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^24.5.2"
}
}