2023-07-20 13:52:29 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/bookmark-plugin",
|
2023-07-29 06:16:22 +03:00
|
|
|
"version": "0.8.0-canary.0",
|
2023-07-20 13:52:29 +03:00
|
|
|
"affinePlugin": {
|
|
|
|
"release": true,
|
|
|
|
"entry": {
|
2023-07-26 00:32:34 +03:00
|
|
|
"core": "./src/index.ts",
|
|
|
|
"server": "./src/server.ts"
|
2023-07-20 13:52:29 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@affine/component": "workspace:*",
|
2023-07-22 16:10:20 +03:00
|
|
|
"@blocksuite/icons": "^2.1.27",
|
2023-07-20 13:52:29 +03:00
|
|
|
"@toeverything/plugin-infra": "workspace:*",
|
2023-07-26 00:32:34 +03:00
|
|
|
"foxact": "^0.2.17",
|
|
|
|
"link-preview-js": "^3.0.4"
|
2023-07-20 13:52:29 +03:00
|
|
|
}
|
|
|
|
}
|