{
  "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.8.0",
    "node-sass": "^7.0.1"
  }
}