1
0
forked from notBrad/bubo-rss
bubo-rss-docker/package.json
2021-11-14 19:46:31 -08:00

19 lines
510 B
JSON

{
"name": "bubo-reader",
"version": "1.0.1",
"description": "A Glitch-ready implementation of Bubo Reader",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js > output/index.html; node server.js",
"build": "node src/index.js > output/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.0",
"nunjucks": "^3.2.0",
"rss-parser": "^3.7.5",
"express": "^4.17.1"
}
}