2024-07-17 16:13:54 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "menicka-cron",
|
2024-10-22 10:49:36 +02:00
|
|
|
|
"version": "1.1.1",
|
2024-07-17 17:01:02 +02:00
|
|
|
|
"description": "Konsolidace obědových meníček pro vybírání obědů v práci.",
|
2024-07-17 16:13:54 +02:00
|
|
|
|
"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": {
|
2024-09-09 09:59:06 +02:00
|
|
|
|
"jsdom": "~25.0"
|
2024-07-17 16:13:54 +02:00
|
|
|
|
}
|
|
|
|
|
}
|