mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
docs(editor): scaffolding docs generator (#10925)
This commit is contained in:
21
blocksuite/docs/package.json
Normal file
21
blocksuite/docs/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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.20.0"
|
||||
}
|
||||
Reference in New Issue
Block a user