{ "name": "@homarr/cron-job-api", "version": "0.1.0", "private": true, "license": "Apache-2.0", "type": "module", "exports": { ".": "./src/index.ts", "./env": "./src/env.ts", "./constants": "./src/constants.ts", "./client": "./src/client.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", "@homarr/core": "workspace:^0.1.0", "@homarr/cron-jobs": "workspace:^0.1.0", "@homarr/log": "workspace:^0.1.0", "@tanstack/react-query": "^5.90.2", "@trpc/client": "^11.6.0", "@trpc/server": "^11.6.0", "@trpc/tanstack-react-query": "^11.6.0", "node-cron": "^4.2.1", "react": "19.1.1", "zod": "^4.1.11" }, "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", "@types/react": "19.1.15", "eslint": "^9.36.0", "typescript": "^5.9.2" } }