fp/services/rssapp/package.json
CJ_Clippy 0d53e49d89
Some checks are pending
ci / build (push) Waiting to run
ci / test (push) Waiting to run
add cors
2025-08-25 15:11:56 -08:00

23 lines
509 B
JSON

{
"name": "rssapp",
"version": "69.1.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",
"@fastify/cors": "^11.1.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"
}
}