platform-tooling/run/package.json

29 lines
790 B
JSON
Raw Normal View History

{
"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.0-dev.1770111111",
"@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"
}
}