-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "cecil",
"version": "2.1.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"discord": "npx tsx discord/index.ts",
"memory:inspect": "tsx scripts/inspect-memory.ts",
"memory:audit": "tsx scripts/audit-memory.ts",
"memory:synthesize": "tsx scripts/synthesize-podcasts.ts",
"world-model": "tsx scripts/world-model.ts",
"reflect": "tsx scripts/reflect.ts",
"maintenance": "tsx scripts/maintenance.ts",
"mcp": "tsx cecil/mcp-server.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@modelcontextprotocol/sdk": "^1.27.1",
"@qdrant/js-client-rest": "^1.17.0",
"discord.js": "^14.16.0",
"dotenv": "^16.4.0",
"fastembed": "^2.1.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tsx": "^4.19.0",
"typescript": "^5"
}
}