{
  "name": "@altano/astro-opengraph",
  "version": "1.0.1",
  "description": "Open Graph Tools for Astro",
  "keywords": [
    "astro",
    "astro-integration",
    "astro-component",
    "devtools",
    "image",
    "opengraph",
    "withastro"
  ],
  "homepage": "https://github.com/altano/npm-packages/tree/main/packages/astro-opengraph",
  "repository": {
    "type": "git",
    "url": "https://github.com/altano/npm-packages",
    "directory": "packages/astro-opengraph"
  },
  "license": "ISC",
  "author": {
    "name": "Alan Norbauer",
    "email": "alan@norbauer.com",
    "url": "https://alan.norbauer.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./components/meta.astro": "./components/meta.astro",
    "./config": "./dist/config.js",
    "./endpoint": "./dist/endpoint.js",
    "./toolbar": "./dist/toolbar/index.js"
  },
  "files": [
    "assets",
    "components",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts"
  ],
  "dependencies": {
    "he": "^1.2.0",
    "satori": "^0.12.2",
    "satori-html": "^0.3.2"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.8",
    "@astrojs/preact": "^5.0.2",
    "@astrojs/svelte": "^8.0.3",
    "@astrojs/vue": "^6.0.1",
    "@inox-tools/astro-tests": "^1.0.0",
    "@playwright/test": "1.58.2",
    "@types/he": "^1.2.3",
    "@types/jest-image-snapshot": "^6.4.1",
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.1.0",
    "astro": "^6.0.8",
    "depcheck": "^1.4.7",
    "jest-image-snapshot": "^6.5.1",
    "preact": "^10.28.2",
    "sharp": "^0.33.5",
    "svelte": "^5.53.5",
    "tsdown": "^0.21.4",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.1.0",
    "vue": "^3.5.27",
    "zx": "^8.8.5",
    "@altano/assets": "0.0.1",
    "@altano/build-config": "0.0.1",
    "@altano/testing": "0.0.1",
    "@altano/tsconfig": "0.0.1",
    "@altano/tiny-async-pool": "4.0.2",
    "@altano/vitest-plugins": "1.1.2"
  },
  "peerDependencies": {
    "astro": "6.x.x",
    "preact": ">=10"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "check:types:astro": "node --experimental-strip-types ./scripts/check-fixtures.ts",
    "check:types:src": "tsc --noEmit",
    "check:types:test": "tsc --noEmit --project ./tests/tsconfig.json",
    "check:unused-dependencies": "depcheck",
    "clean": "rm -rf .turbo && rm -rf .tsbuildinfo && rm -rf node_modules && rm -rf dist",
    "dev": "tsdown --watch",
    "format": "prettier --write src",
    "lint": "eslint",
    "lint:fix": "TIMING=1 eslint src/**/*.ts* --fix",
    "lint:timing": "TIMING=1 eslint src/**/*.ts*",
    "test:e2e": "NODE_OPTIONS='--no-experimental-strip-types' playwright test",
    "test:e2e:server": "astro --root tests/fixtures/ui-frameworks --port 3913 dev",
    "test:e2e:ui": "playwright test --ui",
    "test:unit": "vitest --run",
    "test:unit:watch": "vitest"
  }
}