-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1006 Bytes
/
package.json
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": "cktAGT",
"version": "0.0.1",
"description": "An self-enhancing cautonomous AI agent",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"author": "Seakaytee, Inc.",
"license": "MIT",
"dependencies": {
"@huggingface/inference": "^2.6.1",
"cheerio": "^1.0.0-rc.12",
"docker": "^1.0.0",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"git-clone": "^0.2.0",
"github": "^14.0.0",
"googleapis": "^118.0.0",
"googlethis": "^1.7.1",
"jsonrepair": "^3.1.0",
"mongodb": "^5.3.0",
"mysql": "^2.18.1",
"openai": "^3.2.0",
"path": "^0.12.7",
"pino": "^8.14.1",
"pino-http": "^8.3.3",
"pino-pretty": "^10.0.0",
"redis": "^3.0.1",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"uniqid": "^5.4.0"
},
"devDependencies": {
"eslint": "^8.39.0",
"jest": "^29.5.0",
"jest-html-reporter": "^3.9.0",
"typescript": "^5.0.4"
}
}