forked from Nutlope/hallmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 707 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 707 Bytes
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
{
"name": "hallmark",
"version": "1.1.0",
"description": "A design skill for AI coding assistants. Makes the UIs they generate look made, not generated. Powered by Together AI.",
"keywords": [
"claude",
"claude-code",
"cursor",
"codex",
"skill",
"design",
"ui",
"anti-ai-slop",
"typography",
"oklch",
"together-ai"
],
"license": "MIT",
"type": "module",
"files": [
"skills"
],
"skill": {
"entry": "skills/hallmark/SKILL.md",
"references": "skills/hallmark/references",
"harnesses": [
"claude-code",
"cursor",
"codex"
]
},
"scripts": {
"serve": "python3 -m http.server --directory site 4173"
}
}