-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.835.0",
"@aws-sdk/client-polly": "^3.835.0",
"@google/genai": "^1.13.0",
"@google/generative-ai": "^0.24.1",
"@nestjs/cli": "^11.0.7",
"@nestjs/common": "^11.1.3",
"@nestjs/core": "^11.1.3",
"@nestjs/platform-express": "^11.1.3",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"cosine-similarity": "^1.0.1",
"csv-parse": "^5.6.0",
"dotenv": "^17.2.1",
"mathjs": "^14.5.2",
"ml": "^8.0.0",
"ml-confusion-matrix": "^2.0.0",
"ml-distance": "^4.0.1",
"ml-kmeans": "^6.0.0",
"ml-logistic-regression": "^2.0.0",
"node-fetch": "^3.3.2",
"openai": "^5.12.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"ts-node": "^10.9.2",
"tsne-js": "^1.0.3",
"wavefile": "^11.0.0"
},
"scripts": {
"start": "nest start",
"start:dev": "nest start --watch"
},
"devDependencies": {
"@types/node": "^24.2.0",
"typescript": "^5.9.2"
}
}