feat: initialize project configuration and git ignore guidelines
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "dekupai",
|
||||
"version": "1.0.0",
|
||||
"description": "Dekupai - Turunçgil AI ile Kusursuz ve Hizli Dekupaj",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron ."
|
||||
},
|
||||
"keywords": [
|
||||
"background-removal",
|
||||
"birefnet",
|
||||
"electron",
|
||||
"glassmorphism"
|
||||
],
|
||||
"author": "Antigravity",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron": "^31.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cropperjs": "^1.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user