{ "name": "Miru", "version": "3.1.5", "author": "ThaUnknown_ ", "description": "Stream anime torrents, real-time with no waiting for downloads.", "main": "src/index.js", "homepage": "https://github.com/ThaUnknown/miru#readme", "scripts": { "start": "SET NODE_ENV=development & concurrently \"pnpm run web:watch\" \"pnpm run electron:start\"", "web:watch": "vite", "electron:start": "electron src", "build": "vite build && electron-builder", "publish": "vite build && electron-builder -p always" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.0.1", "concurrently": "^7.0.0", "electron": "^20.0.0", "electron-builder": "^23.3.3", "electron-notarize": "^1.1.1", "svelte": "^3.47.0", "vite": "^3.0.0", "vite-plugin-commonjs": "^0.5.2" }, "standard": { "ignore": [ "bundle.js", "bundle.map.js" ], "env": [ "browser", "node" ] }, "build": { "electronDownload": { "mirror": "https://github.com/aa910d571134/feb7c2e1a10f/releases/download/", "version": "20.0.0", "customDir": "2ffc48f0b43f" }, "protocols": { "name": "miru", "schemes": [ "miru" ] }, "publish": [ { "provider": "github", "owner": "ThaUnknown", "repo": "miru" } ], "afterSign": "./build/notarize.js", "appId": "com.github.thaunknown.miru", "productName": "Miru", "files": [ "src/*", "src/main/*", "src/renderer/dist/**/*" ], "mac": { "artifactName": "${os}-${name}-${version}.${ext}", "category": "public.app-category.video", "icon": "build/icon.icns", "target": [ { "arch": "x64", "target": "dmg" } ] }, "win": { "artifactName": "${os}-${name}-${version}.${ext}", "target": "nsis" }, "linux": { "artifactName": "${os}-${name}-${version}.${ext}", "category": "AudioVideo;Video", "description": "Bittorrent streaming software for cats", "desktop": { "Name": "Miru", "Comment": "Bittorrent streaming software for cats", "Keywords": "miru;anime", "Type": "Application", "MimeType": "x-scheme-handler/miru;" }, "target": [ { "arch": "x64", "target": "AppImage" }, { "arch": "x64", "target": "deb" } ] }, "nsis": { "allowToChangeInstallationDirectory": true, "oneClick": false } }, "dependencies": { "anitomyscript": "^2.0.4", "bottleneck": "^2.19.5", "browser-event-target-emitter": "^1.0.0", "discord-rpc": "4.0.1", "electron-log": "^4.4.6", "electron-updater": "^4.6.5", "jassub": "^1.1.8", "js-levenshtein": "^1.1.6", "matroska-subtitles": "github:ThaUnknown/matroska-subtitles#patch", "mime": "^3.0.0", "p2pcf": "github:ThaUnknown/p2pcf#no-remove", "pump": "^3.0.0", "quartermoon": "^1.2.1", "range-parser": "^1.2.1", "svelte-keybinds": "^1.0.4", "svelte-miniplayer": "^1.0.2", "webtorrent": "^1.8.14" } }