{
  "name": "@yaebal/preview",
  "version": "0.1.1",
  "description": "yaebal preview — render a telegram-style chat (with reply/forward/reactions/link-preview, custom themes, and message grouping) from plain objects to an SVG string. zero deps, zero runtime.",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "@yaebal/types": "10.1.3"
  },
  "devDependencies": {
    "@types/node": "latest"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "telegram",
    "telegram-bot",
    "yaebal",
    "preview",
    "svg",
    "mockup",
    "chat",
    "screenshot",
    "reactions",
    "link-preview"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/neverlane/yaebal",
    "directory": "packages/preview"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "node --test lib/*.test.js"
  }
}