{ "name": "bubo-reader", "version": "2.0.2", "description": "A simple but effective feed reader (RSS, JSON)", "homepage": "https://github.com/georgemandis/bubo-rss", "main": "src/index.ts", "type": "module", "scripts": { "check": "biome check --write ./{src,config,public} ./*.{json,js} --no-errors-on-unmatched", "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview" }, "author": { "name": "George Mandis", "email": "george@mand.is", "url": "https://george.mand.is" }, "funding": { "type": "github", "url": "https://github.com/sponsors/georgemandis" }, "bugs": { "url": "https://github.com/georgemandis/bubo-rss/issues", "email": "george+bubo@mand.is" }, "license": "MIT", "dependencies": { "@astrojs/tailwind": "^5.1.0", "astro": "4.15.6", "rss-parser": "^3.13.0" }, "devDependencies": { "@biomejs/biome": "^1.8.1", "@types/bun": "latest", "@types/xml2js": "^0.4.11", "tailwindcss": "^3.4.6", "typescript": "^5.1.3" }, "trustedDependencies": ["@biomejs/biome"] }