This commit is contained in:
2026-09-18 20:55:24 +02:00
commit 9dc1838fc2
10 changed files with 2598 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "anilist-app",
"version": "1.0.0",
"description": "Standalone desktop app for tracking anime on AniList, with a built-in browser running the real MAL-Sync extension.",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"build:mac": "electron-builder --mac"
},
"author": "linus",
"license": "MIT",
"devDependencies": {
"electron": "^38.5.0"
}
}