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-04-27 17:12:03 +02:00
|
|
|
"build": "esbuild src/main.ts --bundle --platform=node --loader:.scss=text --external:@opentelemetry/api --external:deasync --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",
|
2024-04-04 18:31:40 +02:00
|
|
|
"@homarr/common": "workspace:^0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"@homarr/cron-job-runner": "workspace:^0.1.0",
|
|
|
|
|
"@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:^",
|
2024-06-08 17:33:16 +02:00
|
|
|
"@homarr/ping": "workspace:^0.1.0",
|
2024-04-07 11:32:29 +02:00
|
|
|
"@homarr/redis": "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",
|
2024-08-20 19:21:08 +00:00
|
|
|
"dayjs": "^1.11.13",
|
2025-04-10 22:39:51 +00:00
|
|
|
"dotenv": "^16.5.0",
|
2024-12-06 13:00:57 +00:00
|
|
|
"superjson": "2.2.2",
|
2025-05-20 08:27:45 +00:00
|
|
|
"undici": "7.10.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-05-20 23:20:28 +00:00
|
|
|
"@types/node": "^22.15.21",
|
2024-12-23 20:14:01 +01:00
|
|
|
"dotenv-cli": "^8.0.0",
|
2025-05-17 20:04:05 +02:00
|
|
|
"esbuild": "^0.25.4",
|
2025-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2025-03-03 02:25:21 +00:00
|
|
|
"prettier": "^3.5.3",
|
2025-04-29 06:27:59 +00:00
|
|
|
"tsx": "4.19.4",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-04-04 18:31:40 +02:00
|
|
|
}
|