AFFiNE/plugins/bookmark/package.json

31 lines
680 B
JSON
Raw Normal View History

2023-07-20 13:52:29 +03:00
{
"name": "@affine/bookmark-plugin",
"type": "module",
2023-08-18 05:33:59 +03:00
"version": "0.8.0-canary.26",
"description": "Bookmark Plugin",
2023-07-20 13:52:29 +03:00
"affinePlugin": {
"release": true,
"entry": {
"core": "./src/index.ts",
"server": "./src/server.ts"
},
"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:*",
"@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
}
}