2024-04-04 18:31:40 +02:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/tasks",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"type": "module",
|
2024-04-04 18:31:40 +02:00
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"main": "./src/main.ts",
|
|
|
|
|
"types": "./src/main.ts",
|
|
|
|
|
"scripts": {
|
2025-07-20 16:59:03 +02:00
|
|
|
"build": "esbuild src/main.ts --bundle --platform=node --loader:.scss=text --external:*.node --external:@opentelemetry/api --external:deasync --external:bcrypt --outfile=tasks.cjs",
|
2024-04-04 18:31:40 +02:00
|
|
|
"clean": "rm -rf .turbo node_modules",
|
2024-09-01 16:40:22 +03:00
|
|
|
"dev": "pnpm with-env tsx ./src/main.ts",
|
2024-04-04 18:31:40 +02:00
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2024-04-04 18:31:40 +02:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"with-env": "dotenv -e ../../.env --"
|
|
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-04-04 18:31:40 +02:00
|
|
|
"dependencies": {
|
2024-07-02 12:13:13 +02:00
|
|
|
"@homarr/analytics": "workspace:^0.1.0",
|
2025-09-12 18:50:41 +02:00
|
|
|
"@homarr/auth": "workspace:^0.1.0",
|
2024-04-04 18:31:40 +02:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2025-07-03 20:59:26 +02:00
|
|
|
"@homarr/cron-job-api": "workspace:^0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"@homarr/cron-jobs": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/cron-jobs-core": "workspace:^0.1.0",
|
2024-04-04 18:31:40 +02:00
|
|
|
"@homarr/db": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/definitions": "workspace:^0.1.0",
|
2024-05-19 22:29:15 +02:00
|
|
|
"@homarr/icons": "workspace:^0.1.0",
|
2024-07-02 12:13:13 +02:00
|
|
|
"@homarr/integrations": "workspace:^0.1.0",
|
2024-04-04 18:31:40 +02:00
|
|
|
"@homarr/log": "workspace:^",
|
2025-08-01 12:08:34 +02:00
|
|
|
"@homarr/ping": "workspace:^0.1.0",
|
2024-04-07 11:32:29 +02:00
|
|
|
"@homarr/redis": "workspace:^0.1.0",
|
2025-09-12 18:50:41 +02:00
|
|
|
"@homarr/request-handler": "workspace:^0.1.0",
|
2024-05-19 22:29:15 +02:00
|
|
|
"@homarr/server-settings": "workspace:^0.1.0",
|
2024-04-07 11:32:29 +02:00
|
|
|
"@homarr/validation": "workspace:^0.1.0",
|
2024-07-02 12:13:13 +02:00
|
|
|
"@homarr/widgets": "workspace:^0.1.0",
|
2025-11-05 07:32:10 +00:00
|
|
|
"dayjs": "^1.11.19",
|
2025-10-05 02:05:41 +00:00
|
|
|
"dotenv": "^17.2.3",
|
2025-11-14 10:35:22 +00:00
|
|
|
"fastify": "^5.6.2",
|
2025-11-02 17:26:14 +00:00
|
|
|
"superjson": "2.2.5",
|
2025-09-14 17:18:49 +00:00
|
|
|
"undici": "7.16.0"
|
2024-04-04 18:31: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-11-17 02:07:01 +00:00
|
|
|
"@types/node": "^24.10.1",
|
2025-11-04 22:13:26 +01:00
|
|
|
"dotenv-cli": "^11.0.0",
|
2025-11-14 19:28:44 +00:00
|
|
|
"esbuild": "^0.27.0",
|
2025-11-09 16:34:41 +00:00
|
|
|
"eslint": "^9.39.1",
|
2025-06-27 03:23:27 +00:00
|
|
|
"prettier": "^3.6.2",
|
2025-09-04 20:07:13 +02:00
|
|
|
"tsx": "4.20.4",
|
2025-10-05 21:27:02 +00:00
|
|
|
"typescript": "^5.9.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-04-04 18:31:40 +02:00
|
|
|
}
|