y-localstorage
Version:
a simple Yjs storage provider persisting in localStorage (for educational purposes)
56 lines (55 loc) • 1.6 kB
JSON
{
"name": "y-localstorage",
"version": "0.1.13",
"description": "a simple Yjs storage provider persisting in localStorage (for educational purposes)",
"source": "./src/y-localstorage.ts",
"main": "./dist/y-localstorage.umd.js",
"browser":"./dist/y-localstorage.umd.js",
"module": "./dist/y-localstorage.esm.js",
"svelte": "./dist/y-localstorage.esm.js",
"types": "./dist/y-localstorage.d.ts",
"exports": {
".": {
"require":"./dist/y-localstorage.umd.js",
"browser":"./dist/y-localstorage.umd.js",
"import": "./dist/y-localstorage.esm.js",
"svelte": "./dist/y-localstorage.esm.js",
"types": "./dist/y-localstorage.d.ts"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "rimraf dist && microbundle && rm -r dist/src",
"agadoo": "agadoo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rozek/y-localstorage.git"
},
"keywords": [
"yjs",
"crdt",
"localstorage",
"database-provider",
"storage-provider"
],
"author": "Andreas Rozek <a.rozek@gmx.de> (https://www.rozek.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rozek/y-localstorage/issues"
},
"homepage": "https://github.com/rozek/y-localstorage#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",
"yjs": "^13.6.1"
}
}