{ "name": "holybar", "version": "1.0.0", "private": true, "type": "module", "description": "Daily readings on the menubar!", "main": "index.mjs", "scripts": { "start": "GLIMPSE_BACKEND=native node index.mjs" }, "author": "Zvonimir Rudinski ", "license": "ISC", "dependencies": { "cheerio": "^1.2.0", "date-fns": "^4.1.0", "glimpseui": "^0.7.0", "handlebars": "^4.7.9", "open": "^11.0.0", "romcal": "^1.3.0" } }