UNPKG

y-localforage

Version:

a simple Yjs storage provider using localForage for persistence

57 lines (56 loc) 1.59 kB
{ "name": "y-localforage", "version": "0.1.5", "description": "a simple Yjs storage provider using localForage for persistence", "source": "./src/y-localforage.ts", "main": "./dist/y-localforage.umd.js", "browser":"./dist/y-localforage.umd.js", "module": "./dist/y-localforage.esm.js", "svelte": "./dist/y-localforage.esm.js", "types": "./dist/y-localforage.d.ts", "exports": { ".": { "require":"./dist/y-localforage.umd.js", "browser":"./dist/y-localforage.umd.js", "import": "./dist/y-localforage.esm.js", "svelte": "./dist/y-localforage.esm.js", "types": "./dist/y-localforage.d.ts" }, "./package.json": "./package.json" }, "scripts": { "build": "rimraf dist && microbundle && rimraf dist/src", "agadoo": "agadoo", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rozek/y-localforage.git" }, "keywords": [ "yjs", "crdt", "localforage", "database-provider", "storage-provider" ], "author": "Andreas Rozek <a.rozek@gmx.de> (https://www.rozek.de/)", "license": "MIT", "bugs": { "url": "https://github.com/rozek/y-localforage/issues" }, "homepage": "https://github.com/rozek/y-localforage#readme", "devDependencies": { "@types/blueimp-md5": "^2.18.0", "agadoo": "^2.0.0", "rimraf": "^3.0.2", "microbundle": "^0.15.1", "tslib": "^2.6.2", "typescript": "^4.3.5" }, "dependencies": { "lib0": "^0.2.74", "localforage": "^1.10.0", "yjs": "^13.6.1" } }