platform-tooling/run/package.json
Quinn Ftw 4aeb7fe8e1 deps-upgrade(run): ⬆️ Update dependencies in run module for compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 02:21:18 -08:00

27 lines
739 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.1769690054",
"@lilith/service-orchestrator": "1.2.3",
"@lilith/service-registry": "1.3.2-dev.1769505764",
"@lilith/terminal-cli-complex": "^1.8.11",
"@lilith/terminal-formatting": "^1.0.0",
"@lilith/terminal-reporters": "^1.0.0",
"chalk": "^5.6.2",
"yaml": "^2.8.2"
},
"devDependencies": {
"@types/node": "^25.0.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^3.0.4"
}
}