{ "name": "@mem0/cli", "version": "0.2.10", "description": "The official CLI for mem0 — the memory layer for AI agents", "type": "module", "bin": { "mem0": "./dist/index.js" }, "scripts": { "build": "tsup", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "lint": "biome check src/", "lint:fix": "biome check --write src/", "typecheck": "tsc --noEmit" }, "engines": { "node": ">=18.0.0" }, "license": "Apache-2.0", "author": "mem0.ai ", "repository": { "type": "git", "url": "https://github.com/mem0ai/mem0", "directory": "cli/node" }, "keywords": ["mem0", "memory", "ai", "agents", "cli"], "publishConfig": { "access": "public" }, "dependencies": { "commander": "^12.0.0", "chalk": "^5.3.0", "cli-table3": "^0.6.4", "ora": "^8.0.0", "boxen": "^7.1.0" }, "devDependencies": { "typescript": "^5.4.0", "tsup": "^8.0.0", "tsx": "^4.7.0", "vite": "^6.0.0", "vitest": "^4.1.0", "@biomejs/biome": "^1.7.0", "@types/node": "^20.0.0" }, "pnpm": { "overrides": { "jws@4.0.0": "4.0.1", "langsmith@<0.6.0": "^0.6.0", "tar-fs@>=2.0.0 <2.1.4": "^2.1.4", "picomatch@<2.3.2": "^2.3.2", "postcss@<8.5.10": ">=8.5.10", "esbuild": ">=0.28.1" } } }