-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
44 lines (44 loc) · 967 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
40
41
42
43
44
{
"name": "@frost-beta/sisi",
"version": "0.0.1-dev",
"description": "Semantic image search, locally without Internet",
"type": "module",
"main": "./dist/sisi.js",
"types": "./dist/sisi.d.ts",
"bin": {
"sisi": "dist/cli.js"
},
"scripts": {
"prepack": "tsc"
},
"author": "zcbenz",
"license": "MIT",
"keywords": [
"mlx",
"search",
"image"
],
"repository": {
"type": "git",
"url": "git+https://github.com/frost-beta/sisi.js.git"
},
"bugs": {
"url": "https://github.com/frost-beta/sisi.js/issues"
},
"devDependencies": {
"@types/cli-progress": "3.11.5",
"@types/node": "22.5.4",
"tsx": "4.19.1",
"typescript": "5.6.2"
},
"dependencies": {
"@frost-beta/clip": "1.3.1",
"@frost-beta/huggingface": "0.1.2",
"@henrygd/queue": "1.0.6",
"bser": "2.1.1",
"cli-progress": "3.12.0",
"clipanion": "4.0.0-rc.4",
"openurl2": "1.0.1",
"pretty-ms": "9.1.0"
}
}