platform-tooling/run/package.json
Quinn Ftw 91904dbce6 deps-pin(run): 📌 Pin exact versions in run/package.json for dependency reproducibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 20:44:46 -08:00

26 lines
692 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.3",
"@lilith/service-registry": "1.3.2-dev.1769505764",
"@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"
}
}