gui/package.json
2023-03-24 09:00:27 +08:00

26 lines
709 B
JSON

{
"name": "@tea/workspace",
"author": "neil molina <neil@tea.xyz>",
"private": true,
"scripts": {
"dev": "pnpm --filter tea exec pnpm electron",
"release": "sh ./.github/update-latest-binary.sh",
"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",
"lodash": "^4.17.21",
"yaml": "^2.2.1"
}
}