mirror of
https://github.com/imxv/Pretty-mermaid-skills.git
synced 2026-09-14 20:26:57 +08:00
e234ab73c2
Add native PNG rendering with validated sizing, CSS-variable preparation for beautiful-mermaid output, batch support, documentation, and cross-version regression coverage. Includes fixes from all CodeRabbit review rounds.
24 lines
555 B
JSON
24 lines
555 B
JSON
{
|
|
"name": "pretty-mermaid-skill",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"bin": {
|
|
"render-mermaid": "./scripts/render.mjs",
|
|
"batch-mermaid": "./scripts/batch.mjs",
|
|
"list-mermaid-themes": "./scripts/themes.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"scripts": {
|
|
"gallery": "node scripts/generate-theme-gallery.mjs",
|
|
"test": "node scripts/smoke-test.mjs",
|
|
"validate": "node scripts/validate-docs.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@resvg/resvg-js": "^2.6.2",
|
|
"beautiful-mermaid": "^1.1.3"
|
|
}
|
|
}
|