Files
2026-04-17 15:32:19 +02:00

22 lines
486 B
JSON

{
"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 <zvonimir@zvonimir.xyz>",
"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"
}
}