{ "name": "@lilith/infra", "version": "0.1.0", "private": true, "description": "Infrastructure tooling and integrations for lilith-platform", "type": "module", "scripts": { "crypto:generate-wallet": "bun run --filter ./core/crypto-tools run generate-wallet", "ci:monitor": "bun run --filter ./integrations/gitlab run monitor" }, "keywords": [ "infrastructure", "tooling", "ci-cd", "crypto" ], "dependencies": { "@lilith/service-registry": "^1.3.0" }, "devDependencies": { "@lilith/vite-plugin-dependency-startup": "^1.1.1" } }