2024-04-04 18:31:40 +02:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/tasks",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2024-09-01 16:40:22 +03:00
|
|
|
"license": "MIT",
|
|
|
|
|
"type": "module",
|
2024-04-04 18:31:40 +02:00
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"main": "./src/main.ts",
|
|
|
|
|
"types": "./src/main.ts",
|
|
|
|
|
"scripts": {
|
2024-11-23 17:16:44 +01:00
|
|
|
"build": "esbuild src/main.ts --bundle --platform=node --loader:.scss=text --external:@opentelemetry/api --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",
|
2024-12-03 17:48:43 +00:00
|
|
|
"dotenv": "^16.4.7",
|
2024-12-06 13:00:57 +00:00
|
|
|
"superjson": "2.2.2",
|
2024-12-18 18:20:57 +00:00
|
|
|
"undici": "7.2.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",
|
2024-12-11 09:53:46 +00:00
|
|
|
"@types/node": "^22.10.2",
|
2024-12-23 20:14:01 +01:00
|
|
|
"dotenv-cli": "^8.0.0",
|
2024-12-13 21:42:35 +00:00
|
|
|
"eslint": "^9.17.0",
|
2024-12-04 10:04:13 +00:00
|
|
|
"prettier": "^3.4.2",
|
2024-10-26 23:34:21 +00:00
|
|
|
"tsx": "4.19.2",
|
2024-11-23 19:39:20 +01:00
|
|
|
"typescript": "^5.7.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-04-04 18:31:40 +02:00
|
|
|
}
|