16 lines
394 B
JSON
16 lines
394 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|