{
  "name": "@mastra/memory",
  "version": "1.17.4",
  "description": "",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    },
    "./processors": {
      "import": {
        "types": "./dist/processors/index.d.ts",
        "default": "./dist/processors/index.js"
      },
      "require": {
        "types": "./dist/processors/index.d.ts",
        "default": "./dist/processors/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "keywords": [],
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "async-mutex": "^0.5.0",
    "image-size": "^2.0.2",
    "json-schema": "^0.4.0",
    "lru-cache": "^11.2.7",
    "probe-image-size": "^7.2.3",
    "tokenx": "^1.3.0",
    "xxhash-wasm": "^1.1.0",
    "@mastra/schema-compat": "1.2.9"
  },
  "devDependencies": {
    "@ai-sdk/openai": "^1.3.24",
    "@ai-sdk/openai-v5": "npm:@ai-sdk/openai@2.0.103",
    "@types/json-schema": "^7.0.15",
    "@types/lru-cache": "^7.10.10",
    "@types/node": "22.19.15",
    "@vitest/coverage-v8": "4.1.5",
    "@vitest/ui": "4.1.5",
    "eslint": "^10.2.1",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.57.0",
    "vitest": "4.1.5",
    "zod": "^4.3.6",
    "@internal/ai-sdk-v5": "0.0.36",
    "@internal/ai-sdk-v4": "0.0.36",
    "@internal/ai-v6": "0.0.36",
    "@internal/lint": "0.0.89",
    "@internal/types-builder": "0.0.64",
    "@mastra/core": "1.30.0"
  },
  "peerDependencies": {
    "@mastra/core": ">=1.4.1-0 <2.0.0-0",
    "zod": "^3.25.0 || ^4.0.0"
  },
  "homepage": "https://mastra.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mastra-ai/mastra.git",
    "directory": "packages/memory"
  },
  "bugs": {
    "url": "https://github.com/mastra-ai/mastra/issues"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "build:lib": "tsup --silent --config tsup.config.ts",
    "build:watch": "pnpm build:lib --watch",
    "test:integration": "cd integration-tests && pnpm run test",
    "test:unit": "pnpm vitest run ./src/*",
    "test": "pnpm test:integration && pnpm test:unit",
    "lint": "eslint .",
    "analyze:om-repro": "node ./scripts/analyze-om-repro.mjs",
    "sanitize:om-repro": "node ./scripts/sanitize-om-repro.mjs"
  }
}