-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
43
44
45
46
47
48
49
50
51
52
{
"type": "module",
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"axios": "^1.7.8",
"base-64": "^1.0.0",
"body-parser": "^1.20.3",
"bun": "^1.1.37",
"cheerio": "^1.0.0",
"discord.js": "^14.16.3",
"express": "^4.21.1",
"fs": "0.0.1-security",
"groq-sdk": "^0.7.0",
"natural": "^8.0.1",
"node-waf": "^10.1.1",
"readline-sync": "^1.4.10",
"synaptic": "^1.1.4",
"utf8": "^3.0.0"
},
"name": "trungai",
"version": "1.0.0",
"description": "Trung's AI",
"main": "index.js",
"scripts": {
"start": "bun run index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trung-Development/self-trained-AI.git"
},
"keywords": [
"AI"
],
"author": "vuthanhtrung2010",
"license": "MIT",
"bugs": {
"url": "https://github.com/Trung-Development/self-trained-AI/OVMAI/issues"
},
"homepage": "https://github.com/Trung-Development/self-trained-AI#readme",
"devDependencies": {
"@types/base-64": "^1.0.2",
"@types/body-parser": "^1.19.5",
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"@types/readline-sync": "^1.4.8",
"@types/synaptic": "^1.0.8",
"@types/utf8": "^3.0.3",
"typescript": "^5.7.2"
}
}