gui/package.json
Neil d8b5ee8980
#219 update yaml checksum data for new installers (#235)
* #219 update release yaml checksum data

---------

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
2023-02-24 15:16:53 +08:00

24 lines
No EOL
649 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"
},
"dependencies": {
"yaml": "^2.2.1"
}
}