-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 730 Bytes
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
{
"name": "crmchat-seo-engine",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"test": "vitest",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.80.0",
"@aws-sdk/client-s3": "^3.1019.0",
"@hono/node-server": "^1.19.11",
"better-sqlite3": "^11.8.0",
"hono": "^4.7.0",
"nanoid": "^5.1.0",
"openai": "^6.33.0",
"p-queue": "^8.1.0",
"pino": "^9.6.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.13.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0"
}
}