mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* 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
14 lines
247 B
JSON
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": {}
|
|
}
|