mirror of
https://github.com/fenwick67/mastofeed
synced 2025-01-04 21:18:55 +01:00
23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"dependencies": {
|
|
"axios": "^1.2.2",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.2",
|
|
"feedparser": "^2.2.9",
|
|
"morgan": "^1.9.1",
|
|
"nano-cache": "^1.1.2",
|
|
"serve-static": "^1.13.2",
|
|
"timeago.js": "^3.0.2"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"build-styles": "node build-styles.js"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass": "8.x"
|
|
}
|
|
}
|