{
  "name": "astro-opengraph-images",
  "description": "Generate Open Graph images for your Astro site.",
  "author": {
    "name": "Jerred Shepherd",
    "email": "npm@sjer.red",
    "url": "https://sjer.red"
  },
  "homepage": "https://github.com/shepherdjerred/monorepo/tree/main/packages/astro-opengraph-images",
  "license": "GPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "https://github.com/shepherdjerred/monorepo.git",
    "directory": "packages/astro-opengraph-images"
  },
  "bugs": {
    "url": "https://github.com/shepherdjerred/monorepo/issues"
  },
  "type": "module",
  "version": "1.20.0",
  "imports": {
    "#src/*": "./src/*"
  },
  "scripts": {
    "lint": "eslint src --cache",
    "build": "PATH=node_modules/@typescript/native/bin:$PATH tsc",
    "watch": "PATH=node_modules/@typescript/native/bin:$PATH tsc -w",
    "test": "bun --no-install --bun vitest --config ../../vitest.config.ts run src",
    "typecheck": "PATH=node_modules/@typescript/native/bin:$PATH tsc --noEmit",
    "publish:npm": "bun ../../scripts/publish-npm.ts .",
    "test:ci": "bun ../../scripts/run-ci-test.ts",
    "test:report": "CI_TEST_COVERAGE=1 bun ../../scripts/run-ci-test.ts"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./types.js": {
      "types": "./dist/types.d.ts",
      "default": "./dist/types.js"
    },
    "./util.js": {
      "types": "./dist/util.d.ts",
      "default": "./dist/util.js"
    },
    "./extract.js": {
      "types": "./dist/extract.d.ts",
      "default": "./dist/extract.js"
    }
  },
  "keywords": [
    "astro-integration",
    "withastro",
    "seo",
    "ui",
    "renderer"
  ],
  "dependencies": {
    "@resvg/resvg-js": "^2.6.2",
    "jsdom": "^30.0.0",
    "react": "19.2.8",
    "satori": "^0.33.0"
  },
  "peerDependencies": {
    "tw-to-css": "^0.0.12"
  },
  "devDependencies": {
    "@fontsource/roboto": "^5.2.10",
    "@shepherdjerred/eslint-config": "0.3.0",
    "@tsconfig/node24": "^24.0.4",
    "@tsconfig/strictest": "^2.0.8",
    "@types/bun": "1.4.0",
    "@types/jsdom": "^30.0.0",
    "@types/node": "^26.1.1",
    "@types/react": "^19.2.18",
    "@typescript/native": "npm:typescript@7.0.2",
    "astro": "^7.1.5",
    "eslint": "^10.3.0",
    "jiti": "^2.7.0",
    "typescript": "^6.0.3",
    "vitest": "4.1.10",
    "@vitest/coverage-istanbul": "4.1.10"
  },
  "files": [
    "dist",
    "src",
    "package.json",
    "README.md",
    "LICENSE",
    "bun.lock",
    "CHANGELOG.md"
  ]
}
