{ "name": "@toeverything/y-indexeddb", "type": "module", "version": "0.12.0", "description": "IndexedDB database adapter for Yjs", "repository": "toeverything/AFFiNE", "author": "toeverything", "license": "MIT", "keywords": [ "indexeddb", "yjs", "yjs-adapter" ], "scripts": { "build": "vite build" }, "files": [ "dist" ], "exports": { ".": "./src/index.ts" }, "publishConfig": { "access": "public", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs", "default": "./dist/index.umd.cjs" } } }, "dependencies": { "@blocksuite/global": "0.12.0-canary-202402210317-3698d1d", "idb": "^8.0.0", "nanoid": "^5.0.3", "y-provider": "workspace:*" }, "devDependencies": { "@blocksuite/blocks": "0.12.0-canary-202402210317-3698d1d", "@blocksuite/store": "0.12.0-canary-202402210317-3698d1d", "fake-indexeddb": "^5.0.0", "vite": "^5.0.6", "vite-plugin-dts": "3.7.2", "vitest": "1.2.2", "y-indexeddb": "^9.0.11", "yjs": "^13.6.10" }, "peerDependencies": { "yjs": "^13" } }