feedsmith
Version:
Robust and fast parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and OPML files.
60 lines (59 loc) • 1.42 kB
JSON
{
"name": "feedsmith",
"description": "Robust and fast parser and generator for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and OPML files.",
"repository": {
"type": "git",
"url": "https://github.com/macieklamberski/feedsmith.git"
},
"homepage": "https://feedsmith.dev",
"bugs": {
"url": "https://github.com/macieklamberski/feedsmith/issues"
},
"license": "MIT",
"author": "Maciej Lamberski",
"sideEffects": false,
"keywords": [
"rss to json",
"rss reader",
"rss parser",
"rss generator",
"opml parser",
"opml to json",
"rss podcast",
"feed parser",
"feed generator",
"atom",
"rss",
"rdf",
"jsonfeed",
"opml"
],
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"prepare": "lefthook install",
"lint:tsc": "tsc --pretty --noEmit",
"lint:biome": "bunx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"build": "rm -rf dist && tsc"
},
"dependencies": {
"entities": "^6.0.0",
"fast-xml-parser": "^5.2.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.2.12",
"lefthook": "^1.11.12",
"semantic-release": "^24.2.3",
"typescript": "^5.8.3"
},
"version": "1.9.0"
}