24 lines
438 B
JSON
24 lines
438 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|