{
  "name": "@zyrab/domo-og",
  "version": "0.1.5",
  "description": "An OG (Open Graph) image generator with SVG templates.",
  "main": "src/index.js",
  "type": "module",
  "keywords": [
    "domo",
    "ssg",
    "static site generator",
    "build tool",
    "frontend",
    "og",
    "open-graph",
    "image",
    "svg"
  ],
  "author": "Zyrab",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src/",
    "bin/",
    "README.md"
  ],
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}