⚡ v1
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "menicka-cron",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user