mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"name": "@affine/bookmark-block",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./server": "./src/server.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "node ./scripts/build.mjs",
|
|
"dev": "node ./scripts/dev.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"link-preview-js": "^3.0.4"
|
|
},
|
|
"version": "0.7.0-canary.51"
|
|
}
|