- host-inventory: Fleet management with YAML config loader - registry-integration: NestJS module for service registry 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
40 lines
786 B
JSON
40 lines
786 B
JSON
{
|
|
"name": "@lilith/host-inventory",
|
|
"version": "1.0.0",
|
|
"description": "Host inventory loader for infrastructure management",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "rimraf dist",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.3.4",
|
|
"ajv": "^8.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"rimraf": "^5.0.5",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"infrastructure",
|
|
"host-inventory",
|
|
"yaml",
|
|
"lilith"
|
|
]
|
|
}
|