{ "name": "@homarr/cron-jobs-core", "version": "0.1.0", "private": true, "license": "Apache-2.0", "type": "module", "exports": { ".": "./index.ts", "./expressions": "./src/expressions.ts", "./logger": "./src/logger.ts" }, "typesVersions": { "*": { "*": [ "src/*" ] } }, "scripts": { "clean": "rm -rf .turbo node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint", "typecheck": "tsc --noEmit" }, "prettier": "@homarr/prettier-config", "dependencies": { "@homarr/common": "workspace:^0.1.0", "node-cron": "^3.0.3" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", "@homarr/prettier-config": "workspace:^0.1.0", "@homarr/tsconfig": "workspace:^0.1.0", "@types/node-cron": "^3.0.11", "eslint": "^9.27.0", "typescript": "^5.8.3" } }