platform-codebase/@packages/@infrastructure/egirl-infra/integrations/gitlab/package.json

17 lines
380 B
JSON
Executable file

{
"name": "@lilith/infra-gitlab",
"version": "0.1.0",
"private": true,
"description": "GitLab CI/CD monitoring and automation tools",
"type": "module",
"scripts": {
"monitor": "node post-push-ci-monitor.cjs",
"check": "bash check-ci.sh",
"monitor:python": "python monitor_pipeline.py"
},
"keywords": [
"gitlab",
"ci-cd",
"monitoring"
]
}