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

35 lines
739 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",
2022-12-07 07:36:42 -05:00
"release": "tr release --git",
2022-12-09 23:18:35 -05:00
"download": "node ./scripts/download.js",
2022-12-07 05:45:15 -05:00
"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>",
2022-12-11 08:17:44 -05:00
"keywords": [
"chatgpt",
"app",
"desktop",
"tauri",
"macos",
"linux",
"windows"
],
2022-12-07 07:02:31 -05:00
"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:35:21 -05:00
"@tauri-release/cli": "^0.2.3"
2022-12-07 05:22:18 -05:00
}
}