Files
hallmark/package.json
T
Youssef de6d5a4903 One release: everything on this branch is v1.2
Unify every version string: skill frontmatter and preview block, package.json,
the four preview-examples samples, the eval direction note, the ROADMAP opener,
and the site badges/captions (which were still stamped v1.1/v1.3). The PR is
retitled to match and sits as a draft on the renamed v1.2 branch.
2026-07-30 16:08:57 +01:00

40 lines
765 B
JSON

{
"name": "hallmark",
"version": "1.2.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",
"variants",
"open-models",
"glm",
"kimi"
],
"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"
}
}