42 lines
914 B
JSON
Executable file
42 lines
914 B
JSON
Executable file
{
|
|
"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": {
|
|
"@lilith/service-registry": "1.3.0-dev.1769368894",
|
|
"ajv": "^8.17.1",
|
|
"yaml": "^2.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769404137",
|
|
"@types/node": "^20.19.30",
|
|
"rimraf": "^5.0.10",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"infrastructure",
|
|
"host-inventory",
|
|
"yaml",
|
|
"lilith"
|
|
]
|
|
}
|