gui/package.json
Neil f1d9433fa1
dev builds with own publishing endpoint (#578)
* #576 test dev builds cd

* #576 dynamically set auto-update publish url

* unminify code

* #576 different dev build from release build

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-09 16:13:09 +08:00

26 lines
695 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": {
"@crowdin/ota-client": "^0.7.0",
"@google-cloud/firestore": "^6.5.0",
"lodash": "^4.17.21",
"yaml": "^2.2.1"
}
}