rss-to-activitypub/package.json

29 lines
566 B
JSON
Raw Normal View History

2018-10-15 07:18:10 +03:00
{
2024-10-02 16:53:07 +03:00
"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": {
2024-10-02 16:55:33 +03:00
"node": ">=18.0.0"
2024-10-02 16:53:07 +03:00
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
2018-10-15 07:18:10 +03:00
}