AFFiNE/packages/hooks/package.json
2023-06-08 18:33:14 +08:00

13 lines
234 B
JSON

{
"name": "@toeverything/hooks",
"exports": {
"./*": "./src/*"
},
"private": true,
"dependencies": {
"@affine/env": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*"
},
"version": "0.7.0-canary.10"
}