platform-tooling/run/package.json
Quinn Ftw a099b796a3 deps-upgrade(run): ⬆️ Update CLI dependencies and nested packages to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 16:26:02 -07:00

28 lines
760 B
JSON

{
"name": "@lilith-platform/run-tooling",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Lilith Platform unified run command tooling",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit -p ../tsconfig.json"
},
"dependencies": {
"@lilith/deployment-registry": "1.0.1-dev.1773789900",
"@lilith/service-orchestrator": "1.2.12",
"@lilith/service-registry": "1.4.0",
"@lilith/terminal-formatting": "^1.0.0",
"@lilith/terminal-reporters": "^1.0.0",
"chalk": "^5.6.2",
"playwright": "^1.52.0",
"yaml": "^2.8.2"
},
"devDependencies": {
"@types/node": "^25.0.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^3.0.4"
}
}