AFFiNE/plugins/bookmark/package.json
2023-07-27 05:58:20 -07:00

19 lines
412 B
JSON

{
"name": "@affine/bookmark-plugin",
"version": "0.7.0-canary.54",
"affinePlugin": {
"release": true,
"entry": {
"core": "./src/index.ts",
"server": "./src/server.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
"@blocksuite/icons": "^2.1.27",
"@toeverything/plugin-infra": "workspace:*",
"foxact": "^0.2.17",
"link-preview-js": "^3.0.4"
}
}