UNPKG

@aichatkit/localstorage-adapter

Version:
35 lines 872 B
{ "name": "@aichatkit/localstorage-adapter", "version": "0.0.0-alpha.5", "description": "LocalStorage adapter for Hypermode ChatKit", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*", "src/**/*" ], "keywords": [ "chat", "storage", "localstorage", "adapter", "browser", "hypermode" ], "author": "Hypermode", "license": "MIT", "homepage": "https://github.com/hypermodeinc/chatkit/tree/main/packages/localstorage-adapter#readme", "dependencies": { "@aichatkit/storage-adapter": "0.0.0-alpha.5", "@aichatkit/types": "0.0.0-alpha.5" }, "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" } }