* feat(draw-image): add SVG template render engine * feat(draw-image): add opencode plugin and tool tests * test(draw-image): add vitest unit integration e2e suite * chore(draw-image): wire CI dependabot docs and ADR * docs(handoff): set PR number * docs(handoff): fix PR number placeholder in frontmatter * fix(ci): use tempfile and trailing newline in draw-image tests --------- Co-authored-by: opencode-agent <agent@opencode.local>
20 lines
No EOL
458 B
JSON
20 lines
No EOL
458 B
JSON
{
|
|
"name": "draw-image",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "SVG template renderer for on-brand covers (sharp + lucide-static)",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"postinstall": "node scripts/sync-lucide.mjs"
|
|
},
|
|
"dependencies": {
|
|
"lucide-static": "^1.27.0",
|
|
"sharp": "^0.35.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"typescript": "^7.0.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
} |