-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdirectory.json
More file actions
19 lines (19 loc) · 901 Bytes
/
directory.json
File metadata and controls
19 lines (19 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"$schema": "https://slintcn.dev/schema/directory.schema.json",
"_comment": "Community + official slintcn-compatible registries. To list your registry here, open a PR adding an entry to `registries`. The slintcn CLI consumes registries via slintcn.json's `registries` map; this directory is the public discovery surface.",
"registries": [
{
"namespace": "default",
"title": "slintcn (default)",
"description": "The official dark-glass registry — 56 components + 8 blocks, an a11y contract per item, and a games / tools HUD layer.",
"url": "https://zero-sq.github.io/slintcn/r",
"homepage": "https://zero-sq.github.io/slintcn/docs",
"repo": "https://github.com/zero-sq/slintcn",
"maintainer": "zero-sq",
"license": "MIT",
"components": 56,
"blocks": 8,
"tags": ["dark", "glass", "games", "hud", "shadcn-style"]
}
]
}