tinymist/package.json
Myriad-Dreamin 54b0207fe1
build: serve crate docs (#353)
* build: crate docs

* docs: update table of contents
2024-06-28 10:03:26 +08:00

21 lines
527 B
JSON

{
"name": "tinymist",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "Apache-2.0",
"workspaces": [
"editors/vscode",
"contrib/typst-preview/editors/vscode",
"tools/editor-tools",
"tools/typst-dom",
"tools/typst-preview-frontend"
],
"scripts": {
"build:preview": "cd contrib/typst-preview/editors/vscode && yarn build",
"docs": "shiroa serve -w . docs/tinymist",
"docs:rs": "cargo doc --workspace --no-deps"
},
"dependencies": {},
"devDependencies": {}
}