{ "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", "request": "^2.88.2", "request-promise-cache": "^2.0.1", "serve-static": "^1.14.2", "timeago.js": "^4.0.2", "typescript": "^4.5.5" }, "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": { "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/morgan": "^1.9.3", "@types/serve-static": "^1.13.10", "eslint": "^8.8.0", "node-sass": "^7.0.1" } }