This repository has been archived on 2023-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
fedifeed/package.json

32 lines
759 B
JSON

{
"dependencies": {
"cors": "2.8.5",
"ejs": "3.1.7",
"express": "4.18.1",
"feedparser": "2.2.10",
"got": "12.0.4",
"helmet": "5.0.2",
"megalodon": "4.0.1",
"morgan": "1.10.0",
"serve-static": "1.15.0",
"timeago.js": "4.0.2"
},
"main": "index.js",
"type": "module",
"license": "MIT",
"scripts": {
"start": "yarn node index.js",
"lint": "eslint --fix . && prettier --write .",
"lint:ci": "eslint . && prettier . --check",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.6.2",
"sass": "1.51.0"
},
"packageManager": "yarn@3.2.0"
}