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

27 lines
644 B
JSON

{
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.2",
"feedparser": "^2.2.10",
"got": "^12.0.1",
"megalodon": "^4.0.0",
"morgan": "^1.10.0",
"serve-static": "^1.14.2",
"timeago.js": "^4.0.2"
},
"main": "index.js",
"type": "module",
"license": "MIT",
"scripts": {
"start": "yarn build-styles && node src/index.js",
"build-styles": "node src/build-styles.js",
"lint": "eslint --ext .js src lib",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"eslint": "8.15.0",
"node-sass": "7.0.1"
}
}