diff --git a/run/package.json b/run/package.json index 467199d..7592396 100644 --- a/run/package.json +++ b/run/package.json @@ -4,6 +4,10 @@ "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", @@ -17,6 +21,7 @@ "devDependencies": { "@types/node": "^25.0.9", "tsx": "^4.21.0", - "typescript": "^5.9.3" + "typescript": "^5.9.3", + "vitest": "^3.0.4" } }