{ "name": "@lilith/agent-ml", "version": "0.1.55", "description": "ML infrastructure packages for agent systems", "author": "lilith", "type": "module", "scripts": { "prepare": "git config core.hooksPath .githooks", "build": "pnpm -r run build", "build:core": "pnpm --filter @lilith/ml-agent-core run build", "test": "pnpm -r run test", "test:watch": "pnpm -r run test:watch", "test:coverage": "pnpm -r run test:coverage", "typecheck": "pnpm -r run type-check", "clean": "pnpm -r run clean" }, "devDependencies": { "@lilith/configs": "workspace:*", "typescript": "^5.9.3" }, "engines": { "node": ">=20.0.0" }, "_": { "registry": "forgejo", "publish": true, "build": true }, "publishConfig": { "registry": "http://forge.nasty.sh/api/packages/lilith/npm/" } }