chore: initial project setup and implementation plan

This commit is contained in:
Ümit Tunç
2026-04-28 10:00:00 +03:00
commit 01ea37f6a2
4 changed files with 979 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "youtube-downloader-mp3",
"version": "1.0.0",
"description": "Premium Glassmorphic YouTube Video & MP3 Downloader",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"keywords": [
"youtube",
"downloader",
"mp3",
"electron",
"glassmorphism"
],
"author": "Antigravity",
"license": "MIT",
"devDependencies": {
"electron": "^31.0.0"
}
}