-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.64 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.64 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "agent",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"scripts": {
"dev": "bun run src/index.ts",
"db": "npx prisma generate",
"server": "bun run src/server.ts"
},
"dependencies": {
"@prisma/client": "^5.19.1",
"@types/cheerio": "^0.22.35",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/node": "^22.7.4",
"@types/node-cron": "^3.0.11",
"@types/passport": "^1.0.16",
"@types/store": "^2.0.5",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.12",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"cryptr": "^6.3.0",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-session": "^1.18.0",
"google-auth-library": "^9.14.1",
"googleapis": "^144.0.0",
"graphql": "^16.9.0",
"hono": "^4.5.11",
"jsdom": "^25.0.0",
"json-to-plain-text": "^1.1.4",
"jsonwebtoken": "^9.0.2",
"mem0ai": "^1.0.11",
"morgan": "^1.10.0",
"node-cron": "^3.0.3",
"nodemon": "^3.1.7",
"openai": "^4.58.2",
"passport": "^0.7.0",
"passport-magic-login": "^1.2.2",
"playwright": "^1.47.0",
"puppeteer": "^23.3.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-screen-recorder": "^3.0.5",
"store": "^2.0.12",
"unique-username-generator": "^1.3.0",
"uuid": "^10.0.0",
"ws": "^8.18.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}