{
  "name": "vitepress-plugin-llmstxt",
  "version": "0.2.0",
  "description": "VitePress plugin to generate llms.txt files automatically",
  "keywords": [
    "ai",
    "docs",
    "documentation",
    "llm",
    "llms-txt",
    "llmstxt",
    "pigeonposse",
    "plugin",
    "pp",
    "vite",
    "vite-plugin",
    "vitepress",
    "vitepress-plugin"
  ],
  "homepage": "https://www.npmjs.com/package/vitepress-plugin-llmstxt",
  "bugs": {
    "url": "https://github.com/angelespejo/vitepress-plugin-llmstxt/issues",
    "email": "dev@pigeonposse.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angelespejo/vitepress-plugin-llmstxt"
  },
  "funding": {
    "type": "individual",
    "url": "https://pigeonposse.com/contribute"
  },
  "license": "MIT",
  "author": {
    "name": "Angelo",
    "email": "angelo@pigeonposse.com",
    "url": "https://github.com/angelespejo"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./client": {
      "types": "./dist/client.d.mts",
      "import": "./dist/client.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-github": "0.5.1",
    "@changesets/cli": "2.29.5",
    "@dovenv/core": "1.5.33",
    "@dovenv/theme-pigeonposse": "1.5.33",
    "@types/node": "24.0.10",
    "eslint": "9.30.1",
    "tslib": "2.8.1",
    "typescript": "5.8.3",
    "unbuild": "3.5.0",
    "vitepress": "1.6.3",
    "vue": "3.5.17"
  },
  "peerDependencies": {
    "vitepress": "^1.0.0"
  },
  "engines": {
    "node": ">=21.7.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "extra": {
    "id": "vitepress-plugin-llmstxt",
    "productName": "vitepress-plugin-llmstxt",
    "libraryURL": "https://www.npmjs.com/package/vitepress-plugin-llmstxt",
    "licenseURL": "https://github.com/angelespejo/vitepress-plugin-llmstxt/blob/main/LICENSE",
    "changelogURL": "https://github.com/angelespejo/vitepress-plugin-llmstxt/blob/main/CHANGELOG.md",
    "contributingURL": "https://github.com/angelespejo/angelespejo/blob/main/CONTRIBUTING.md",
    "libraryID": "vitepress-plugin-llmstxt",
    "repoID": "vitepress-plugin-llmstxt",
    "rawRepoURL": "https://raw.githubusercontent.com/angelespejo/vitepress-plugin-llmstxt",
    "docsURL": "https://github.com/angelespejo/vitepress-plugin-llmstxt",
    "type": [
      "library",
      "js-library",
      "ts-library",
      "plugin"
    ],
    "collective": {
      "id": "pigeonposse",
      "name": "PigeonPosse",
      "funding": "https://pigeonposse.com/contribute",
      "gh": "https://github.com/pigeonposse",
      "about": "https://pigeonposse.com/about",
      "url": "https://pigeonposse.com",
      "web": "https://pigeonposse.com",
      "email": "dev@pigeonposse.com",
      "socialUser": {
        "twitter": "pigeonposse_",
        "instagram": "pigeon.posse",
        "medium": "pigeonposse"
      },
      "social": {
        "twitter": "https://twitter.com/pigeonposse_",
        "instagram": "https://www.instagram.com/pigeon.posse/",
        "medium": "https://medium.com/@pigeonposse"
      }
    }
  },
  "scripts": {
    ".": "dovenv",
    "build": "unbuild",
    "dev": "vitepress dev examples --force",
    "dev-build": "vitepress build examples",
    "preview": "vitepress preview examples"
  }
}