2022-08-09 22:10:23 +03:00
|
|
|
{
|
|
|
|
"name": "@lage-run/scheduler",
|
2024-11-20 11:12:38 +03:00
|
|
|
"version": "1.3.12",
|
2022-08-09 22:10:23 +03:00
|
|
|
"description": "Scheduler for Lage",
|
|
|
|
"repository": {
|
2023-04-25 05:41:58 +03:00
|
|
|
"type": "git",
|
2022-08-09 22:10:23 +03:00
|
|
|
"url": "https://github.com/microsoft/lage"
|
|
|
|
},
|
2023-04-25 05:41:58 +03:00
|
|
|
"homepage": "https://microsoft.github.io/lage/",
|
2022-08-09 22:10:23 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "monorepo-scripts tsc",
|
|
|
|
"start": "monorepo-scripts tsc -w --preserveWatchOutput",
|
|
|
|
"test": "monorepo-scripts jest",
|
|
|
|
"lint": "monorepo-scripts lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-20 11:12:38 +03:00
|
|
|
"@lage-run/cache": "^1.3.9",
|
|
|
|
"@lage-run/config": "^0.4.10",
|
|
|
|
"@lage-run/hasher": "^1.6.6",
|
2024-09-11 23:30:48 +03:00
|
|
|
"@lage-run/logger": "^1.3.1",
|
2024-11-20 11:12:38 +03:00
|
|
|
"@lage-run/runners": "^1.1.2",
|
|
|
|
"@lage-run/target-graph": "^0.10.1",
|
2024-10-09 20:20:33 +03:00
|
|
|
"@lage-run/worker-threads-pool": "^0.8.4"
|
2022-08-09 22:10:23 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-11 23:27:24 +03:00
|
|
|
"@lage-run/monorepo-scripts": "*",
|
2024-11-20 11:12:38 +03:00
|
|
|
"@lage-run/scheduler-types": "^0.3.21"
|
2022-08-10 00:12:18 +03:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2022-08-09 22:10:23 +03:00
|
|
|
}
|
|
|
|
}
|