mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
25 lines
654 B
JSON
25 lines
654 B
JSON
{
|
|
"name": "@tea/workspace",
|
|
"author": "neil molina <neil@tea.xyz>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm --filter tea exec pnpm electron",
|
|
"build:desktop": "pnpm --filter tea exec pnpm package",
|
|
"web:desktop": "BUILD_FOR=preview pnpm --filter tea dev"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"modules/*"
|
|
]
|
|
},
|
|
"homepage": "https://tea.xyz",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/teaxyz/gui.git"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/firestore": "^6.5.0",
|
|
"lodash": "^4.17.21",
|
|
"yaml": "^2.2.1"
|
|
}
|
|
}
|