{ "name": "@affine/bookmark-plugin", "type": "module", "version": "0.8.0-canary.1", "description": "Bookmark Plugin", "affinePlugin": { "release": true, "entry": { "core": "./src/index.ts", "server": "./src/server.ts" }, "serverCommand": [ "com.blocksuite.bookmark-block.get-bookmark-data-by-link" ] }, "dependencies": { "@affine/component": "workspace:*", "@blocksuite/icons": "^2.1.27", "@toeverything/plugin-infra": "workspace:*", "foxact": "^0.2.17", "link-preview-js": "^3.0.4" } }