{
  "name": "@puralex/astro-markdown-for-agents",
  "version": "0.3.0",
  "description": "Markdown for Agents integration for Astro with text/markdown negotiation, static Markdown files, and llms.txt",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./middleware": {
      "types": "./dist/middleware.d.ts",
      "import": "./dist/middleware.js",
      "default": "./dist/middleware.js"
    },
    "./html-to-markdown": {
      "types": "./dist/html-to-markdown.d.ts",
      "import": "./dist/html-to-markdown.js",
      "default": "./dist/html-to-markdown.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=20.0.0",
    "pnpm": ">=10.0.0"
  },
  "license": "GPL-3.0",
  "keywords": [
    "astro",
    "astro-integration",
    "markdown",
    "markdown-for-agents",
    "content-negotiation",
    "text-markdown",
    "html-to-markdown",
    "ai",
    "agents",
    "cloudflare",
    "starlight",
    "llm",
    "llms-txt"
  ],
  "homepage": "https://github.com/magnifito/astro-markdown-for-agents#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/magnifito/astro-markdown-for-agents"
  },
  "peerDependencies": {
    "astro": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  },
  "devDependencies": {
    "@astrojs/node": "^11.0.2",
    "@types/node": "^25.3.0",
    "astro": "^7.0.0",
    "tsup": "^8.5.0",
    "typescript": "^5.0.0",
    "vitest": "^3.2.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "check": "tsc --noEmit",
    "docs:build": "pnpm build && pnpm --filter astro-markdown-for-agents-docs build",
    "pretest": "pnpm build",
    "test": "vitest run"
  }
}