ChatGPT/package.json

26 lines
661 B
JSON
Raw Normal View History

2022-12-07 10:22:18 +00:00
{
"name": "chatgpt",
"version": "0.0.0",
"scripts": {
"dev": "yarn tauri dev",
"build": "yarn tauri build",
2022-12-07 10:45:15 +00:00
"updater": "tr updater",
2022-12-07 12:36:42 +00:00
"release": "tr release --git",
2022-12-07 10:45:15 +00:00
"tr": "tr",
2022-12-07 10:22:18 +00:00
"tauri": "tauri"
},
2022-12-07 12:02:31 +00: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 10:22:18 +00:00
"devDependencies": {
2022-12-07 10:45:15 +00:00
"@tauri-apps/cli": "^1.2.1",
2022-12-07 12:35:21 +00:00
"@tauri-release/cli": "^0.2.3"
2022-12-07 10:22:18 +00:00
}
}