1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
Unofficial_ChatGPT_Client/package.json
2022-12-07 18:45:15 +08:00

19 lines
364 B
JSON

{
"name": "chatgpt",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "yarn tauri dev",
"build": "yarn tauri build",
"updater": "tr updater",
"release": "tr release --git",
"tr": "tr",
"tauri": "tauri"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.1",
"@tauri-release/cli": "^0.2.0"
}
}