2026-01-29 07:04:39 -08:00
|
|
|
{
|
|
|
|
|
"name": "@lilith-platform/run-tooling",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"description": "Lilith Platform unified run command tooling",
|
2026-01-29 15:25:58 -08:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "vitest run",
|
2026-03-02 21:06:52 -08:00
|
|
|
"test:watch": "vitest",
|
|
|
|
|
"typecheck": "tsc --noEmit -p ../tsconfig.json"
|
2026-01-29 15:25:58 -08:00
|
|
|
},
|
2026-01-29 07:04:39 -08:00
|
|
|
"dependencies": {
|
2026-03-17 15:51:03 -07:00
|
|
|
"@lilith/deployment-registry": "1.0.0-dev.1770111111",
|
2026-02-25 13:39:04 -08:00
|
|
|
"@lilith/service-orchestrator": "1.2.10-dev.1772055146",
|
2026-01-29 07:04:39 -08:00
|
|
|
"@lilith/service-registry": "1.3.2-dev.1769505764",
|
|
|
|
|
"@lilith/terminal-formatting": "^1.0.0",
|
|
|
|
|
"@lilith/terminal-reporters": "^1.0.0",
|
|
|
|
|
"chalk": "^5.6.2",
|
2026-02-04 00:36:17 -08:00
|
|
|
"playwright": "^1.52.0",
|
2026-01-29 07:04:39 -08:00
|
|
|
"yaml": "^2.8.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^25.0.9",
|
|
|
|
|
"tsx": "^4.21.0",
|
2026-01-29 15:25:58 -08:00
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"vitest": "^3.0.4"
|
2026-01-29 07:04:39 -08:00
|
|
|
}
|
|
|
|
|
}
|