{
  "name": "svgarden",
  "version": "1.0.0",
  "description": "SVGarden — a massive, searchable bank of SVG + CSS animations with copy-ready code snippets.",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "homepage": "https://www.svgarden.dev",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "dev": "astro dev",
    "validate": "node scripts/validate-snippets.mjs",
    "build": "node scripts/validate-snippets.mjs && astro build",
    "preview": "astro preview",
    "serve": "node server.mjs",
    "new": "node scripts/new-snippet.mjs"
  },
  "dependencies": {
    "astro": "^5.12.0",
    "compression": "^1.8.0",
    "express": "^4.21.2",
    "fuse.js": "^7.1.0",
    "yaml": "^2.8.0"
  }
}
