fp/services/rssapp/package.json
2025-08-25 10:13:59 -08:00

23 lines
478 B
JSON

{
"name": "rssapp",
"version": "69.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "Unlicense",
"dependencies": {
"@dotenvx/dotenvx": "^1.49.0",
"@isaacs/ttlcache": "^1.4.1",
"apify-client": "^2.15.1",
"fastify": "^5.5.0",
"lru-cache": "^11.1.0",
"rss": "^1.2.2",
"zod": "^4.1.1"
}
}