17 lines
430 B
JSON
Executable file
17 lines
430 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"
|
|
]
|
|
}
|