forked from i-am-alice/3rd-devs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
174 lines (174 loc) · 5.59 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "aidevs3",
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/bun": "latest",
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.5",
"@types/uuid": "^10.0.0",
"drizzle-kit": "^0.24.2",
"tsx": "^4.19.1"
},
"scripts": {
"advanced_web_search": "bun advanced_web_search/app.ts",
"chain": "bun run chain/app.ts",
"completion": "bun run completion/app.ts",
"sdk": "bun run sdk/app.ts",
"streaming": "bun run streaming/app.ts",
"context": "bun run context/app.ts",
"loader": "bun run loader/app.ts",
"neo4j-101": "bun run neo4j-101/app.ts",
"neo4j": "bun neo4j/app.ts",
"websearch": "bun run websearch/app.ts",
"files": "bun run files/app.ts",
"langfuse": "bun run langfuse/app.ts",
"tiktokenizer": "bun run tiktokenizer/app.ts",
"sync": "bun run sync/app.ts",
"hybrid": "bun run hybrid/app.ts",
"thread": "bun run thread/app.ts",
"read": "bun run read/app.ts",
"embedding": "bun run embedding/app.ts",
"rerank": "bun run rerank/app.ts",
"semantic": "bun run semantic/app.ts",
"naive_rag": "bun run naive_rag/app.ts",
"better_rag": "bun run better_rag/app.ts",
"max_tokens": "bun run max_tokens/app.ts",
"constitution": "bun run constitution/app.ts",
"memory": "bun run memory/app.ts",
"use_search": "bun promptfoo eval -c use_search/use_search.yaml",
"pick_domains": "bun promptfoo eval -c pick_domains/pick_domains.yaml",
"extract_keywords": "bun promptfoo eval -c extract_keywords/extract_keywords.yaml",
"qdrant": "bun run qdrant/app.ts",
"external": "bun run external/app.ts",
"linear": "bun run linear/app.ts",
"database": "bun run database/app.ts",
"rate": "bun promptfoo eval -c rate/rate.yaml",
"segment": "bun run segment/crop.ts",
"vision": "bun run vision/app.ts",
"recognize": "bun run recognize/app.ts",
"captions": "bun run captions/app.ts",
"recognize_pixtral": "bun run recognize_pixtral/app.ts",
"prompts": "bun run prompts/app.ts",
"summary": "bun run summary/app.ts",
"narration": "bun run narration/app.ts",
"audio": "bun run audio/app.ts",
"algolia": "bun algolia/app.ts",
"audio-map": "bun run audio-map/app.ts",
"text-splitter": "bun run text-splitter/app.ts",
"unstructured": "bun run unstructured/app.ts",
"video": "bun run video/app.ts",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"audio:dev": "vite --config vite.config.audio.ts",
"map:dev": "vite --config vite.config.map.ts",
"camera:dev": "vite --config vite.config.camera.ts",
"notes": "bun run notes/app.ts"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.46",
"@e2b/code-interpreter": "^0.0.8",
"@google-cloud/local-auth": "^3.0.1",
"@google/generative-ai": "^0.20.0",
"@googlemaps/google-maps-services-js": "^3.4.0",
"@linear/sdk": "^31.0.0",
"@mendable/firecrawl-js": "^1.6.1",
"@microsoft/tiktokenizer": "^1.0.8",
"@mistralai/mistralai": "^1.1.0",
"@napi-rs/canvas": "^0.1.58",
"@qdrant/js-client-rest": "^1.12.0",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/lodash": "^4.17.10",
"@types/marked": "^6.0.0",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/pdf-parse": "^1.1.4",
"@types/turndown": "^5.0.5",
"@xenova/transformers": "^2.17.2",
"ai": "^3.4.10",
"algoliasearch": "5.7.0",
"audio-decode": "^2.2.2",
"audiobuffer-to-wav": "^1.0.0",
"better-sqlite3": "11.3.0",
"canvas": "^2.11.2",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"ejs": "^3.1.10",
"elevenlabs": "^0.16.1",
"exceljs": "^4.4.0",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"faiss-node": "0.5.1",
"fastembed": "^1.14.1",
"file-type": "^19.6.0",
"fluent-ffmpeg": "^2.1.3",
"gif-encoder": "^0.7.2",
"gifencoder": "^2.0.1",
"global": "^4.4.0",
"googleapis": "^144.0.0",
"gray-matter": "^4.0.3",
"groq-sdk": "^0.7.0",
"http-server": "^14.1.1",
"js-yaml": "^4.1.0",
"libreoffice-convert": "^1.6.0",
"lodash": "^4.17.21",
"mammoth": "^1.8.0",
"marked": "^14.1.3",
"markmap-cli": "^0.17.2",
"markmap-lib": "^0.17.2",
"markmap-render": "^0.17.2",
"markmap-view": "^0.17.2",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"neo4j-driver": "^5.26.0",
"node-html-parser": "^6.1.13",
"node-microphone": "^0.1.6",
"node-vad": "^1.1.4",
"ollama": "^0.5.9",
"onnxruntime-node": "^1.19.2",
"openai": "^4.71.0",
"pdf-parse": "^1.1.1",
"pdf-parse-debugging-disabled": "^1.1.1",
"pdf2html": "3.1.0",
"pdf2pic": "^3.1.3",
"pdfjs-dist": "^4.7.76",
"promptfoo": "^0.93.0",
"puppeteer": "23.5.2",
"recordrtc": "^5.6.2",
"replicate": "^0.33.0",
"resend": "^4.0.0",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"smsapi": "^2.0.14",
"table": "^6.8.2",
"todoist": "^1.1.0",
"turndown": "^7.2.0",
"uuid": "^10.0.0",
"vectordb": "^0.10.0",
"vite": "^5.4.9",
"wav-file-encoder": "^1.0.4",
"wavefile": "^11.0.0",
"wavesurfer.js": "^7.8.6",
"whisper-live": "^0.2.1",
"ws": "^8.18.0",
"xlsx": "^0.18.5",
"xlsx-populate": "^1.21.0",
"youtube-caption-extractor": "^1.4.3",
"youtube-node": "^1.3.3",
"zod": "^3.23.8"
},
"trustedDependencies": [
"faiss-node",
"markmap-cli",
"node-vad",
"onnxruntime-node",
"protobufjs"
]
}