{
  "name": "@rspress/plugin-rss",
  "version": "2.0.18",
  "description": "A plugin for rss generation for rspress",
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-infra-dev/rspress.git",
    "directory": "packages/plugin-rss"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./dist/index.js"
    },
    "./FeedsAnnotations": "./static/global-components/FeedsAnnotations.tsx"
  },
  "module": "./dist/index.js",
  "types": "./index.d.ts",
  "files": [
    "dist",
    "static",
    "index.d.ts"
  ],
  "dependencies": {
    "feed": "^5.2.1"
  },
  "devDependencies": {
    "@rslib/core": "0.23.2",
    "@types/node": "^22.8.1",
    "@types/react": "^19.2.17",
    "react": "^19.2.7",
    "rsbuild-plugin-publint": "^1.0.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@rspress/core": "^2.0.10"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build -w",
    "reset": "rimraf ./**/node_modules"
  }
}