{ "name": "@lilith/agent-ml", "version": "0.1.66", "description": "ML infrastructure packages for agent systems", "author": "lilith", "type": "module", "workspaces": [ "core", "claude", "llamacpp", "knowledge", "tts", "provider-registry" ], "scripts": { "prepare": "git config core.hooksPath .githooks || true", "build": "turbo run build", "build:core": "turbo run build --filter=@lilith/ml-agent-core", "test": "turbo run test", "test:watch": "turbo run test:watch", "test:coverage": "turbo run test:coverage", "typecheck": "turbo run typecheck", "clean": "turbo run clean" }, "devDependencies": { "@lilith/configs": "^2.2.0", "turbo": "^2.7.3", "typescript": "^5.9.3" }, "engines": { "node": ">=20.0.0" }, "_": { "registry": "forgejo", "publish": true, "build": true }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" }, "packageManager": "bun@1.2.6" }