{
  "name": "@vercel/satori-core",
  "version": "0.0.22",
  "description": "Satori converts HTML JSX to SVG string.",
  "module": "./dist/esm/index.js",
  "main": "./dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist/**"
  ],
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/esm/index.js"
  },
  "scripts": {
    "dev": "NODE_ENV=development tsup src/index.ts --watch --ignore-watch playground",
    "build": "NODE_ENV=production tsup",
    "test": "NODE_ENV=test vitest run --outputTruncateLength=9999999",
    "dev:test": "NODE_ENV=test vitest --update --outputTruncateLength=9999999"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel/satori.git"
  },
  "keywords": [
    "HTML",
    "JSX",
    "SVG",
    "converter",
    "renderer"
  ],
  "author": "Shu Ding <g@shud.in>",
  "bugs": {
    "url": "https://github.com/vercel/satori/issues"
  },
  "homepage": "https://github.com/vercel/satori#readme",
  "devDependencies": {
    "@types/node": "^17.0.13",
    "@types/opentype.js": "^1.3.3",
    "@types/react": "^17.0.38",
    "@vitest/ui": "^0.7.6",
    "react": "^17.0.2",
    "tsup": "^5.11.13",
    "typescript": "^4.5.5",
    "vitest": "0.7.6"
  },
  "dependencies": {
    "@shuding/opentype.js": "^1.3.5",
    "css-background-parser": "^0.1.0",
    "css-line-break": "^2.1.0",
    "css-to-react-native": "^3.0.0",
    "postcss-value-parser": "^4.2.0",
    "text-segmentation": "^1.0.3"
  }
}
