23 lines
509 B
JSON
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"
|
|
}
|
|
} |