platform-tooling/run/package.json
Quinn Ftw 9b9ebf3fa0 deps-upgrade(run): ⬆️ Update runtime dependencies in run/package.json to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 13:39:04 -08:00

27 lines
737 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"
},
"dependencies": {
"@lilith/deployment-registry": "1.0.0-dev.1770002235",
"@lilith/service-orchestrator": "1.2.10-dev.1772055146",
"@lilith/service-registry": "1.3.2-dev.1769505764",
"@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"
}
}