{ "name": "@lilith/ml-agent-knowledge", "version": "0.1.1", "description": "Knowledge management and caching infrastructure for agent systems", "author": "lilith", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "type-check": "tsc --noEmit", "lint": "eslint src --fix", "lint:check": "eslint src", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "dependencies": { "ioredis": "^5.9.1", "yaml": "^2.8.2" }, "devDependencies": { "@lilith/configs": "^2.3.0", "@types/node": "^20.19.28", "tsup": "^8.5.0", "@typescript-eslint/eslint-plugin": "^8.52.0", "@typescript-eslint/parser": "^8.52.0", "@vitest/coverage-v8": "^2.1.9", "eslint": "^9.39.2", "eslint-config-prettier": "^9.1.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.4", "prettier": "^3.7.4", "typescript": "^5.9.3", "vitest": "^2.1.9" }, "files": [ "dist", "src" ], "keywords": [ "knowledge", "cache", "redis", "document-cache", "agent" ], "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" }, "_": { "registry": "forgejo", "publish": true, "build": true } }