AFFiNE/blocksuite/docs/package.json
2025-06-24 14:43:39 +08:00

22 lines
458 B
JSON

{
"name": "@blocksuite/bs-docs",
"description": "BlockSuite documentation",
"private": true,
"keywords": [],
"author": "toeverything",
"repository": "toeverything/blocksuite",
"license": "MPL-2.0",
"type": "module",
"devDependencies": {
"typedoc": "^0.28.0",
"typedoc-plugin-markdown": "^4.5.0"
},
"scripts": {
"build": "typedoc"
},
"dependencies": {
"@blocksuite/affine": "workspace:*"
},
"version": "0.22.4"
}