{
  "name": "astro-decap-cms",
  "version": "0.2.0",
  "description": "Add Decap CMS's admin dashboard to your Astro project",
  "repository": "advanced-astro/astro-decap-cms",
  "homepage": "https://github.com/advanced-astro/astro-decap-cms",
  "author": "Marc Redwerkz",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./cms": "./dist/cms.js",
    "./identity-widget": "./dist/identity-widget.js",
    "./vite-plugin-admin-dashboard": "./dist/vite-plugin-admin-dashboard.js",
    "./admin-dashboard.astro": "./admin-dashboard.astro"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepack": "tsc",
    "test:smoke": "tsc && cd demo && npm ci && npm run build",
    "test": "npm run test:smoke"
  },
  "keywords": [
    "astro",
    "astro-component",
    "astro-integration",
    "cms",
    "decap-cms",
    "headless-cms",
    "netlify-cms"
  ],
  "dependencies": {
    "@types/react": "^18.2.75",
    "decap-cms-app": "^3.1.8",
    "decap-server": "^3.0.4",
    "netlify-identity-widget": "^1.9.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "peerDependencies": {
    "astro": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "@astrojs/check": "^0.5.10",
    "@changesets/changelog-github": "^0.5.0",
    "@changesets/cli": "^2.27.1",
    "astro": "^4.5.18",
    "typescript": "^5.4.5"
  }
}
