1
0
mirror of https://github.com/fenwick67/mastofeed synced 2025-02-01 11:26:49 +01:00
mastofeed-iframe-embed/package.json

23 lines
501 B
JSON
Raw Normal View History

{
"dependencies": {
2024-10-13 10:50:46 -04:00
"@digitalbazaar/http-signature-header": "^5.0.1",
2023-01-10 22:33:26 -05:00
"axios": "^1.2.2",
2023-01-10 20:22:37 -05:00
"compression": "^1.7.4",
2019-05-02 19:42:48 -05:00
"cors": "^2.8.5",
2023-01-10 23:01:58 -05:00
"ejs": "^3.1.8",
"express": "^4.18.2",
2019-08-02 13:24:31 -04:00
"morgan": "^1.9.1",
2023-01-10 22:33:26 -05:00
"nano-cache": "^1.1.2",
2018-09-09 16:22:09 -05:00
"serve-static": "^1.13.2",
2019-05-02 19:42:48 -05:00
"timeago.js": "^3.0.2"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"build-styles": "node build-styles.js"
},
"devDependencies": {
2023-01-10 15:39:12 -05:00
"node-sass": "8.x"
}
}