-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 942 Bytes
/
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
{
"name": "quoordinates",
"version": "1.0.0",
"description": "- Readwise - OpenAI Embeddings - Nomic - PSQL (PostgreSQL)",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": ">=19.5.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@supabase/supabase-js": "^2.29.0",
"axios": "^1.5.0",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"chalk": "^5.3.0",
"clipboardy": "^3.0.0",
"colors": "^1.4.0",
"compute-cosine-similarity": "^1.1.0",
"diff": "^5.2.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"heic-convert": "^1.2.4",
"jimp": "^0.22.10",
"jsdom": "^24.0.0",
"ml-kmeans": "^6.0.0",
"node-fetch": "^3.3.2",
"openai": "^3.3.0",
"supabase": "^1.77.9",
"uuid": "^9.0.1",
"xml2js": "^0.6.2"
}
}