2024-07-01 18:57:40 +02:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/cron-jobs",
|
|
|
|
|
"version": "0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2024-07-01 18:57:40 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.ts"
|
|
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2024-07-01 18:57:40 +02:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-07-01 18:57:40 +02:00
|
|
|
"dependencies": {
|
2024-07-27 18:11:29 +02:00
|
|
|
"@homarr/analytics": "workspace:^0.1.0",
|
2024-11-17 21:30:46 +01:00
|
|
|
"@homarr/auth": "workspace:^0.1.0",
|
2024-07-27 18:11:29 +02:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2024-07-01 18:57:40 +02:00
|
|
|
"@homarr/cron-job-status": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/cron-jobs-core": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/db": "workspace:^0.1.0",
|
2024-11-17 21:30:46 +01:00
|
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
2024-07-01 18:57:40 +02:00
|
|
|
"@homarr/icons": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/integrations": "workspace:^0.1.0",
|
2024-07-27 18:11:29 +02:00
|
|
|
"@homarr/log": "workspace:^0.1.0",
|
2024-07-01 18:57:40 +02:00
|
|
|
"@homarr/ping": "workspace:^0.1.0",
|
2024-07-27 18:11:29 +02:00
|
|
|
"@homarr/redis": "workspace:^0.1.0",
|
2024-11-23 17:16:44 +01:00
|
|
|
"@homarr/request-handler": "workspace:^0.1.0",
|
2024-07-27 18:11:29 +02:00
|
|
|
"@homarr/server-settings": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/translation": "workspace:^0.1.0",
|
2024-12-14 18:58:46 +01:00
|
|
|
"@homarr/validation": "workspace:^0.1.0",
|
2025-02-01 08:35:16 +00:00
|
|
|
"semver-parser": "^4.1.8"
|
2024-07-01 18:57:40 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2025-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-07-01 18:57:40 +02:00
|
|
|
}
|