menicka-cron/package.json
Jan Andrle fe7a091abe
All checks were successful
Update menicka / update-rss (push) Successful in 5m17s
mainly mamafoodbistro
2024-07-22 15:59:42 +02:00

30 lines
672 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "menicka-cron",
"version": "1.0.3",
"description": "Konsolidace obědových meníček pro vybírání obědů v práci.",
"bin": "cli.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@jaandrle.cz:jaandrle/menicka-cron.git"
},
"bugs": {
"url": "https://gitea.jaandrle.cz/jaandrle/menicka-cron/issues"
},
"homepage": "https://gitea.jaandrle.cz/jaandrle/menicka-cron",
"keywords": [
"cron",
"javascript"
],
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"license": "MIT",
"peerDependencies": {
"nodejsscript": "~1.0"
},
"dependencies": {
"jsdom": "~24.1"
}
}