AFFiNE/plugins/bookmark/package.json
2023-07-21 18:46:08 +08:00

17 lines
344 B
JSON

{
"name": "@affine/bookmark-plugin",
"version": "0.7.0-canary.51",
"affinePlugin": {
"release": true,
"entry": {
"core": "./src/index.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.26",
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.17"
}
}