{
  "name": "@aichatkit/storage-adapter",
  "version": "0.0.0-alpha.6",
  "description": "Base storage adapter for Hypermode ChatKit",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "src/**/*"
  ],
  "keywords": [
    "chat",
    "storage",
    "adapter",
    "persistence",
    "hypermode"
  ],
  "author": "Hypermode",
  "license": "MIT",
  "homepage": "https://github.com/hypermodeinc/chatkit/tree/main/packages/storage-adapter#readme",
  "dependencies": {
    "@aichatkit/types": "0.0.0-alpha.6"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "tsup": "^8.0.0"
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch"
  }
}