{ "name": "@lilith/build", "version": "1.0.0", "description": "Unified build CLI for Lilith ecosystem - auto-detects package type", "type": "module", "bin": { "lilith-build": "./bin/lilith-build.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": ["dist", "bin"], "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest" }, "dependencies": { "@lilith/build-core": "workspace:*", "chalk": "^5.3.0", "commander": "^12.1.0", "ora": "^8.1.1" }, "devDependencies": { "@types/node": "^20.17.10", "tsup": "^8.5.1", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" } }