lage/packages/scheduler/package.json

36 строки
946 B
JSON

{
"name": "@lage-run/scheduler",
"version": "1.3.11",
"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": {
"@lage-run/cache": "^1.3.8",
"@lage-run/config": "^0.4.9",
"@lage-run/hasher": "^1.6.5",
"@lage-run/logger": "^1.3.1",
"@lage-run/runners": "^1.1.1",
"@lage-run/target-graph": "^0.10.0",
"@lage-run/worker-threads-pool": "^0.8.4"
},
"devDependencies": {
"@lage-run/monorepo-scripts": "*",
"@lage-run/scheduler-types": "^0.3.20"
},
"publishConfig": {
"access": "public"
}
}