2023-04-02 10:57:50 +03:00
|
|
|
{
|
|
|
|
"name": "@toeverything/y-indexeddb",
|
|
|
|
"type": "module",
|
2023-08-24 03:09:08 +03:00
|
|
|
"version": "0.8.0-canary.33",
|
2023-06-15 09:04:14 +03:00
|
|
|
"description": "IndexedDB database adapter for Yjs",
|
|
|
|
"repository": "toeverything/AFFiNE",
|
|
|
|
"author": "toeverything",
|
|
|
|
"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
|
|
|
"main": "dist/index.umd.cjs",
|
|
|
|
"module": "dist/index.js",
|
2023-05-01 02:40:24 +03:00
|
|
|
"types": "dist/index.d.ts",
|
2023-04-02 10:57:50 +03:00
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
"require": "./dist/index.umd.cjs"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"idb": "^7.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-25 19:56:48 +03:00
|
|
|
"@affine/y-provider": "workspace:*",
|
2023-08-23 18:53:44 +03:00
|
|
|
"@blocksuite/blocks": "0.0.0-20230823134503-134d8f1a-nightly",
|
|
|
|
"@blocksuite/store": "0.0.0-20230823134503-134d8f1a-nightly",
|
2023-08-09 04:10:54 +03:00
|
|
|
"vite": "^4.4.9",
|
2023-08-16 22:53:33 +03:00
|
|
|
"vite-plugin-dts": "3.5.2",
|
2023-05-05 02:49:08 +03:00
|
|
|
"y-indexeddb": "^9.0.11"
|
2023-04-02 10:57:50 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"yjs": "^13.5.51"
|
2023-06-15 09:04:14 +03:00
|
|
|
}
|
2023-04-02 10:57:50 +03:00
|
|
|
}
|