{ "name": "@logicsrc/plugin-feed-discovery", "version": "0.1.0", "description": "LogicSRC feed discovery plugin for RSS, Atom, JSON Feed, podcasts, OPML directories, and probed sites.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run src --passWithNoTests" }, "dependencies": { "@logicsrc/plugin-core": "file:../../packages/plugin-core", "cheerio": "^1.0.0", "fast-xml-parser": "^5.2.5", "rss": "^1.2.2", "slugify": "^1.6.6", "zod": "^4.1.13" }, "devDependencies": { "@types/rss": "^0.0.32", "vitest": "^4.0.8" } }