mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
27 lines
707 B
JSON
27 lines
707 B
JSON
{
|
|
"name": "chatgpt",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "yarn tauri dev",
|
|
"build": "yarn tauri build",
|
|
"updater": "tr updater",
|
|
"release": "tr release --git",
|
|
"download": "node ./scripts/download.js",
|
|
"tr": "tr",
|
|
"tauri": "tauri"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.1",
|
|
"@tauri-release/cli": "^0.2.3"
|
|
}
|
|
}
|