{
  "name": "memoer",
  "version": "0.1.14",
  "description": "Memory management system for LLMs",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist tsconfig.tsbuildinfo",
    "build": "pnpm run clean && tsc --build --force",
    "prepublishOnly": "pnpm run build"
  },
  "keywords": [
    "memory",
    "ai",
    "conversation",
    "context"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/GeLi2001/memoer"
  },
  "homepage": "https://memoer-doc.vercel.app/docs/intro",
  "bugs": {
    "url": "https://github.com/GeLi2001/memoer/issues"
  },
  "author": "Ge Li",
  "license": "Apache-2.0",
  "dependencies": {
    "ai": ">=2.0.0"
  },
  "peerDependencies": {
    "ai": ">=2.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.1.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
