{
  "name": "@keystatic/astro",
  "version": "5.1.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Thinkmill/keystatic/",
    "directory": "packages/astro"
  },
  "type": "module",
  "exports": {
    "./ui": "./dist/keystatic-astro-ui.js",
    "./api": "./dist/keystatic-astro-api.js",
    ".": "./dist/keystatic-astro.js",
    "./package.json": "./package.json",
    "./internal/keystatic-api.js": "./internal/keystatic-api.js",
    "./internal/keystatic-astro-page.astro": "./internal/keystatic-astro-page.astro"
  },
  "keywords": [
    "astro-integration"
  ],
  "files": [
    "dist",
    "internal"
  ],
  "dependencies": {
    "@babel/runtime": "^7.18.3",
    "@types/react": "^19.0.8",
    "set-cookie-parser": "^2.5.1"
  },
  "devDependencies": {
    "@types/set-cookie-parser": "^2.4.2",
    "astro": "^6.1.8",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "@keystatic/core": "^0.5.50"
  },
  "peerDependencies": {
    "@keystatic/core": "*",
    "astro": "2 || 3 || 4 || 5 || 6",
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0"
  },
  "preconstruct": {
    "entrypoints": [
      "ui.tsx",
      "api.tsx",
      "index.ts"
    ],
    "exports": {
      "extra": {
        "./internal/keystatic-api.js": "./internal/keystatic-api.js",
        "./internal/keystatic-astro-page.astro": "./internal/keystatic-astro-page.astro"
      }
    }
  },
  "scripts": {
    "setup": "ts-gql build && tsx scripts/l10n.ts",
    "build": "pnpm run setup && next build",
    "dev": "next dev",
    "start": "next start"
  }
}