mirror of
https://github.com/dariusk/rss-to-activitypub.git
synced 2024-11-22 17:29:19 +02:00
29 lines
566 B
JSON
29 lines
566 B
JSON
{
|
|
"name": "rss-to-activitypub",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"better-sqlite3": "^11.3.0",
|
|
"body-parser": "^1.20.3",
|
|
"cheerio": "^1.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.0",
|
|
"generate-rsa-keypair": "^0.2.1",
|
|
"jackd": "^2.2.2",
|
|
"parse-favicon": "^7.0.1",
|
|
"pug": "^3.0.3",
|
|
"rss-parser": "^3.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|