tinymist/package.json
Myriad-Dreamin c27bf6a3c4
feat: add template gallery as template picker (#52)
* feat: add template gallery as template picker

* fix: ci install deps and add regular build checking

* fix: ci regular build checking again

* fix: stupid matrix
2024-03-16 22:23:09 +08:00

14 lines
247 B
JSON

{
"name": "tinymist",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "Apache-2.0",
"workspaces": [
"editors/vscode",
"tools/editor-tools"
],
"scripts": {},
"dependencies": {},
"devDependencies": {}
}