2023-04-02 10:57:50 +03:00
|
|
|
{
|
|
|
|
"name": "@toeverything/y-indexeddb",
|
|
|
|
"type": "module",
|
2023-11-21 05:02:46 +03:00
|
|
|
"version": "0.10.3-canary.0",
|
2023-06-15 09:04:14 +03:00
|
|
|
"description": "IndexedDB database adapter for Yjs",
|
|
|
|
"repository": "toeverything/AFFiNE",
|
|
|
|
"author": "toeverything",
|
2023-09-20 04:19:54 +03:00
|
|
|
"license": "MIT",
|
2023-06-15 09:04:14 +03:00
|
|
|
"keywords": [
|
|
|
|
"indexeddb",
|
|
|
|
"yjs",
|
|
|
|
"yjs-adapter"
|
|
|
|
],
|
2023-04-02 10:57:50 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": "vite build"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
2023-04-21 01:45:45 +03:00
|
|
|
"access": "public",
|
2023-04-02 10:57:50 +03:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"import": "./dist/index.js",
|
2023-10-17 00:25:09 +03:00
|
|
|
"require": "./dist/index.cjs",
|
|
|
|
"default": "./dist/index.umd.cjs"
|
2023-04-02 10:57:50 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-10 20:51:47 +03:00
|
|
|
"idb": "^7.1.1",
|
2023-10-17 03:47:05 +03:00
|
|
|
"nanoid": "^5.0.1",
|
|
|
|
"y-provider": "workspace:*"
|
2023-04-02 10:57:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-22 15:12:52 +03:00
|
|
|
"@blocksuite/blocks": "0.0.0-20231122080937-d46dd0bc-nightly",
|
|
|
|
"@blocksuite/store": "0.0.0-20231122080937-d46dd0bc-nightly",
|
2023-10-16 15:47:06 +03:00
|
|
|
"fake-indexeddb": "^5.0.0",
|
2023-10-10 20:51:47 +03:00
|
|
|
"vite": "^4.4.11",
|
2023-10-13 23:40:07 +03:00
|
|
|
"vite-plugin-dts": "3.6.0",
|
2023-10-10 20:51:47 +03:00
|
|
|
"vitest": "0.34.6",
|
2023-10-17 09:15:55 +03:00
|
|
|
"y-indexeddb": "^9.0.11",
|
|
|
|
"yjs": "^13.6.8"
|
2023-04-02 10:57:50 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-09-01 01:16:27 +03:00
|
|
|
"yjs": "^13"
|
2023-06-15 09:04:14 +03:00
|
|
|
}
|
2023-04-02 10:57:50 +03:00
|
|
|
}
|