{
  "name": "schema-driven-astro-starter",
  "type": "module",
  "version": "0.1.3",
  "description": "A modern, schema-driven website built with Astro and Decap CMS, featuring structured data and a powerful content management system.",
  "author": {
    "name": "Grey Newell",
    "url": "https://greynewell.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/greynewell/schema-driven-astro-starter"
  },
  "homepage": "https://github.com/greynewell/schema-driven-astro-starter#readme",
  "bugs": {
    "url": "https://github.com/greynewell/schema-driven-astro-starter/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "create-schema-driven-astro": "./index.js"
  },
  "files": [
    "src",
    "public",
    "astro.config.mjs",
    "package.json",
    "index.js",
    "tsconfig.json",
    "tsconfig.node.json",
    ".eslintrc.cjs"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "concurrently \"npm run cms-proxy\" \"astro dev\"",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",
    "cms-proxy": "netlify-cms-proxy-server",
    "generate-cms": "tsx src/lib/generate-cms-config.ts",
    "prepublishOnly": "npm run build",
    "check": "tsc --noEmit",
    "lint": "eslint . --ext .ts,.tsx,.astro"
  },
  "dependencies": {
    "astro": "^5.7.13",
    "decap-cms-app": "^3.6.2",
    "js-yaml": "^4.1.0",
    "schema-dts": "^1.1.5"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "concurrently": "^9.1.2",
    "eslint": "^8.56.0",
    "eslint-plugin-astro": "^0.32.0",
    "netlify-cms-proxy-server": "^1.3.24",
    "tsx": "^4.7.1",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "astro",
    "schema.org",
    "decap-cms",
    "typescript",
    "web development",
    "content management"
  ],
  "engines": {
    "node": ">=18.0.0"
  }
}
