2023-07-20 13:52:29 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/bookmark-plugin",
|
2023-07-29 22:07:32 +03:00
|
|
|
"type": "module",
|
2023-08-18 05:33:59 +03:00
|
|
|
"version": "0.8.0-canary.26",
|
2023-07-29 08:07:25 +03:00
|
|
|
"description": "Bookmark Plugin",
|
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-29 23:57:23 +03:00
|
|
|
},
|
|
|
|
"serverCommand": [
|
|
|
|
"com.blocksuite.bookmark-block.get-bookmark-data-by-link"
|
|
|
|
]
|
2023-07-20 13:52:29 +03:00
|
|
|
},
|
2023-07-30 21:10:45 +03:00
|
|
|
"scripts": {
|
|
|
|
"dev": "af dev",
|
|
|
|
"build": "af build"
|
|
|
|
},
|
2023-07-20 13:52:29 +03:00
|
|
|
"dependencies": {
|
|
|
|
"@affine/component": "workspace:*",
|
2023-08-03 07:47:05 +03:00
|
|
|
"@affine/sdk": "workspace:*",
|
2023-08-09 14:41:25 +03:00
|
|
|
"@blocksuite/icons": "^2.1.31",
|
2023-08-16 22:53:33 +03:00
|
|
|
"foxact": "^0.2.20",
|
|
|
|
"link-preview-js": "^3.0.5"
|
2023-07-30 21:10:45 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine/plugin-cli": "workspace:*"
|
2023-07-20 13:52:29 +03:00
|
|
|
}
|
|
|
|
}
|