-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.38 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.38 KB
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "mrrobotov3",
"version": "1.0.3",
"description": "Version 3 of Mr. Roboto...trying to start again with the basics and dedicated to hang.fm rather than repurposed from another system",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coverage:open": "jest --coverage && (open coverage/lcov-report/index.html || start coverage/lcov-report/index.html || xdg-open coverage/lcov-report/index.html)",
"test:coverage:report": "echo 'Coverage report generated at: coverage/lcov-report/index.html'",
"test:verbose": "jest --verbose",
"test:silent": "jest --silent"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@cometchat/chat-sdk-javascript": "^4.0.13",
"@google-cloud/storage": "^7.14.0",
"@google/genai": "^1.27.0",
"@google/generative-ai": "^0.24.1",
"axios": "^1.10.0",
"axios-mock-adapter": "^2.1.0",
"better-sqlite3": "^11.6.0",
"chain": "^0.4.2",
"dotenv": "^17.0.1",
"fast-json-patch": "^3.1.1",
"node-fetch": "^3.3.2",
"ttfm-socket": "^1.6.4",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.4"
}
}