gui/package.json
2023-02-02 11:01:12 +08:00

21 lines
No EOL
571 B
JSON

{
"name": "@tea/workspace",
"author": "neil molina <neil@tea.xyz>",
"private": true,
"scripts": {
"dev": "pnpm --filter desktop exec pnpm electron",
"release": "sh ./.github/update-latest-binary.sh",
"build:desktop": "pnpm --filter desktop exec pnpm package",
"web:desktop": "BUILD_FOR=preview pnpm --filter desktop dev"
},
"workspaces": {
"packages": [
"modules/*"
]
},
"homepage": "https://tea.xyz",
"repository": {
"type": "git",
"url": "https://github.com/teaxyz/gui.git"
}
}