Jan Andrle
1853d748f3
All checks were successful
Update menicka / update-rss (push) Successful in 5m12s
30 lines
672 B
JSON
30 lines
672 B
JSON
{
|
||
"name": "menicka-cron",
|
||
"version": "1.1.1",
|
||
"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": "~25.0"
|
||
}
|
||
}
|