-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.46 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
49
50
51
{
"name": "catalog",
"version": "1.0.0",
"description": "Repository for web-based ABC-Center code, data, model, and demos catalog. This catalog is designed to use the GitHub API for searching all code repositories created under the [ABC-Center GitHub Organization](https://github.com/ABC-Center) and the Hugging Face API for searching all dataset, model, and spaces repositories created under the [ABC-Center Hugging Face Organization](https://huggingface.co/ABC-Center).",
"main": "main.js",
"scripts": {
"dev": "vite",
"build": "node scripts/fetch-releases.js && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ABC-Center/catalog.git"
},
"keywords": [
"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/ABC-Center/catalog/issues"
},
"homepage": "https://github.com/ABC-Center/catalog#readme",
"dependencies": {
"js-yaml": "^5.2.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"tailwindcss": "^4.2.1",
"vite": "^8.1.3",
"vitest": "^4.1.5",
"jsdom": "^29.1.1"
}
}