AFFiNE/plugins/bookmark/package.json
2023-07-20 16:39:16 +00:00

17 lines
334 B
JSON

{
"name": "@affine/bookmark-plugin",
"version": "0.1.0",
"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"
}
}