{
  "name": "webring",
  "description": "Collect the latest RSS items from your favorite feeds.",
  "author": {
    "name": "Jerred Shepherd",
    "email": "npm@sjer.red",
    "url": "https://sjer.red"
  },
  "homepage": "https://github.com/shepherdjerred/monorepo/tree/main/packages/webring",
  "license": "GPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "https://github.com/shepherdjerred/monorepo.git",
    "directory": "packages/webring"
  },
  "bugs": {
    "url": "https://github.com/shepherdjerred/monorepo/issues"
  },
  "type": "module",
  "version": "1.10.1",
  "scripts": {
    "lint": "eslint src --cache",
    "build": "PATH=node_modules/@typescript/native/bin:$PATH tsc",
    "watch": "PATH=node_modules/@typescript/native/bin:$PATH tsc -w",
    "test": "bun run typedoc && bun test src/",
    "test:update": "bun test src/ --update-snapshots",
    "typedoc": "typedoc src/index.ts",
    "typecheck": "PATH=node_modules/@typescript/native/bin:$PATH tsc --noEmit",
    "deploy": "bun ../../scripts/deploy-site.ts webring",
    "publish:npm": "bun ../../scripts/publish-npm.ts .",
    "test:ci": "bun ../../scripts/run-ci-test.ts",
    "test:report": "CI_TEST_COVERAGE=1 bun ../../scripts/run-ci-test.ts"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "htmlparser2": "^12.0.0",
    "remeda": "^2.33.7",
    "rss-parser": "^3.13.0",
    "sanitize-html": "^2.17.4",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@shepherdjerred/eslint-config": "0.3.0",
    "@tsconfig/node24": "^24.0.4",
    "@tsconfig/strictest": "^2.0.8",
    "@types/bun": "^1.3.13",
    "@types/express": "^5.0.6",
    "@types/node": "^26.1.1",
    "@types/sanitize-html": "^2.16.1",
    "eslint": "^10.3.0",
    "express": "^5.2.1",
    "globals": "^17.5.0",
    "jiti": "^2.7.0",
    "typedoc": "^0.28.19",
    "typedoc-plugin-extras": "^4.0.1",
    "typedoc-plugin-zod": "^1.4.3",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5",
    "@typescript/native": "npm:typescript@7.0.2"
  },
  "files": [
    "dist",
    "src",
    "package.json",
    "README.md",
    "LICENSE",
    "bun.lock",
    "CHANGELOG.md"
  ]
}
