-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.38 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
45
46
47
48
{
"name": "catalog",
"version": "4.0.1",
"description": "Repository for web-based Imageomics code, data, model, and spaces catalog. This catalog is designed to use the GitHub API for searching all code repositories created under the [Imageomics GitHub Organization](https://github.com/Imageomics) and the Hugging Face API for searching all dataset, model, and spaces repositories created under the [Imageomics Hugging Face Organization](https://huggingface.co/imageomics).",
"main": "main.js",
"scripts": {
"dev": "vite",
"build": "node scripts/fetch-releases.js && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Imageomics/catalog.git"
},
"keywords": [
"imageomics",
"code",
"data",
"models",
"spaces",
"GitHub",
"Hugging Face",
"APIs",
"inventory",
"catalog",
"keyword search",
"discoverability",
"searchability"
],
"author": "Elizabeth Campolongo",
"license": "MIT",
"engines": {
"node": ">=24"
},
"type": "module",
"bugs": {
"url": "https://github.com/Imageomics/catalog/issues"
},
"homepage": "https://github.com/Imageomics/catalog#readme",
"dependencies": {
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"tailwindcss": "^4.2.1",
"vite": "^7.3.1"
}
}