-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"name": "spacelens-module1",
"version": "1.0.0",
"description": "SpaceLens Module 1 - Twitter Space Ingestion API",
"type": "module",
"private": true,
"scripts": {
"start": "node src/server.js",
"dev": "node src/server.js",
"validate-openai": "node scripts/validate-openai-key.js",
"preinstall": "node scripts/setup-python-symlink.js",
"postinstall": "export PATH=\"$(pwd)/bin:$PATH\" && (npm rebuild bigint-buffer || true) && node scripts/download-yt-dlp.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.4",
"@supabase/supabase-js": "^2.80.0",
"@vercel/speed-insights": "^1.3.1",
"axios": "^1.13.2",
"bullmq": "^5.71.1",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ethers": "^6.15.0",
"express": "^5.1.0",
"ffmpeg-static": "^5.2.0",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.4",
"ioredis": "^5.10.1",
"mime-types": "^3.0.1",
"openai": "^4.0.0",
"pdfkit": "^0.17.2",
"sharp": "^0.34.5",
"uuid": "^13.0.0",
"viem": "^2.39.2",
"yt-dlp-exec": "^1.0.2"
}
}