mirror of
https://github.com/lencx/ChatGPT.git
synced 2026-02-06 13:36:56 +00:00
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"name": "chatgpt",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "yarn tauri dev",
|
|
"build": "yarn tauri build",
|
|
"tauri": "tauri"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.1"
|
|
}
|
|
}
|