1
0
forked from notBrad/bubo-rss

Updated package.json for glitch branch

This commit is contained in:
George Mandis 2021-11-14 19:46:31 -08:00
parent 415bfb6c73
commit 29e2188b2e

View File

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