lage/packages/scheduler/package.json

36 строки
947 B
JSON
Исходник Постоянная ссылка Обычный вид История

{
"name": "@lage-run/scheduler",
2024-11-20 11:12:38 +03:00
"version": "1.3.12",
"description": "Scheduler for Lage",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/lage"
},
"homepage": "https://microsoft.github.io/lage/",
"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"
},
"devDependencies": {
"@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"
}
}