mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 17:22:30 +03:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"name": "@affine/bookmark-plugin",
|
|
"version": "0.1.0",
|
|
"affinePlugin": {
|
|
"release": true,
|
|
"entry": {
|
|
"core": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@blocksuite/icons": "^2.1.26",
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"foxact": "^0.2.17"
|
|
}
|
|
}
|