-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 930 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 930 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
{
"name": "wa-chat-summariser",
"version": "1.0.0",
"description": "- iOS 18.3 update brings Apple Intelligence features to iPhone - In a move to bring the much awaited AI-enabled features to the iPhone, Apple rushes prototypes into production. - The result: insert images here - The result: Apple rolls back Apple Intelligence features not even n months after releasing them!",
"main": "main.js",
"scripts": {
"test": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/syswraith/wa-chat-summariser.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/syswraith/wa-chat-summariser/issues"
},
"homepage": "https://github.com/syswraith/wa-chat-summariser#readme",
"dependencies": {
"axios": "^1.7.9",
"ollama": "^0.5.12",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.26.0"
}
}