AFFiNE/packages/hooks/package.json
2023-07-03 23:14:38 +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.31"
}