1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
Unofficial_ChatGPT_Client/package.json

26 lines
661 B
JSON
Raw Normal View History

2022-12-07 05:22:18 -05:00
{
"name": "chatgpt",
"version": "0.0.0",
"scripts": {
"dev": "yarn tauri dev",
"build": "yarn tauri build",
2022-12-07 05:45:15 -05:00
"updater": "tr updater",
"release": "tr release --git",
"tr": "tr",
2022-12-07 05:22:18 -05:00
"tauri": "tauri"
},
2022-12-07 07:02:31 -05:00
"license": "MIT",
"author": "lencx <cxin1314@gmail.com>",
"keywords": ["chatgpt", "app", "desktop", "tauri", "macos", "linux", "windows"],
"homepage": "https://github.com/lencx/ChatGPT",
"bugs": "https://github.com/lencx/ChatGPT/issues",
"repository": {
"type": "git",
"url": "https://github.com/lencx/ChatGPT"
},
2022-12-07 05:22:18 -05:00
"devDependencies": {
2022-12-07 05:45:15 -05:00
"@tauri-apps/cli": "^1.2.1",
2022-12-07 07:08:46 -05:00
"@tauri-release/cli": "^0.2.2"
2022-12-07 05:22:18 -05:00
}
}