[add] scripts/ [add] src-tauri/ [add] tauriBridge.js [change] .gitignore [change] README.md [change] index.html [change] package.json [change] renderer.js [change] settings.html [unlink] editor-reword.js [unlink] main.js [unlink] preload.js [unlink] rebase-sequence-windows.js
19 lines
604 B
JSON
19 lines
604 B
JSON
{
|
|
"productName": "Auto-Git",
|
|
"name": "Auto-Git",
|
|
"version": "1.0.0",
|
|
"description": "Auto-Git: Git-Überwachung mit automatischer LLM-Commit-Message und README-Erstellung",
|
|
"author": "Victor Giers",
|
|
"scripts": {
|
|
"prepare:tauri-frontend": "node scripts/prepare-tauri-frontend.mjs",
|
|
"start": "npm run prepare:tauri-frontend && tauri dev",
|
|
"tauri:dev": "npm run prepare:tauri-frontend && tauri dev",
|
|
"dist": "npm run prepare:tauri-frontend && tauri build"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@tauri-apps/api": "^2.11.0",
|
|
"@tauri-apps/cli": "^2.11.0"
|
|
}
|
|
}
|