23 lines
607 B
JSON
Executable file
23 lines
607 B
JSON
Executable file
{
|
|
"name": "@lilith/infra",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Infrastructure tooling and integrations for lilith-platform",
|
|
"type": "module",
|
|
"scripts": {
|
|
"crypto:generate-wallet": "pnpm --filter ./core/crypto-tools run generate-wallet",
|
|
"ci:monitor": "pnpm --filter ./integrations/gitlab run monitor"
|
|
},
|
|
"keywords": [
|
|
"infrastructure",
|
|
"tooling",
|
|
"ci-cd",
|
|
"crypto"
|
|
],
|
|
"dependencies": {
|
|
"@lilith/service-registry": "1.3.0-dev.1769368894"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769404137"
|
|
}
|
|
}
|