{
  "name": "@cmdoss/cryptoguard-manifest-astro",
  "version": "0.1.0",
  "description": "Astro integration for CryptoGuard manifest generation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "pnpm run clean && pnpm run build"
  },
  "keywords": [
    "astro",
    "cryptoguard",
    "manifest",
    "binary-transparency",
    "verification"
  ],
  "author": "CryptoGuard Team",
  "license": "MIT",
  "dependencies": {
    "@cmdoss/cryptoguard-manifest-core": "^0.1.0"
  },
  "peerDependencies": {
    "astro": ">=4.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "astro": "^5.0.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
