mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
125 lines
3.1 KiB
JSON
125 lines
3.1 KiB
JSON
{
|
|
"name": "Miru",
|
|
"version": "2.14.1",
|
|
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
|
"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",
|
|
"builtin-modules": "^3.2.0",
|
|
"concurrently": "^7.0.0",
|
|
"electron": "^20.0.0",
|
|
"electron-builder": "^22.14.13",
|
|
"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}-${arch}-${name}-${version}.${ext}",
|
|
"category": "Video;Anime",
|
|
"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"
|
|
}
|
|
],
|
|
"mimeTypes": [
|
|
"x-scheme-handler/miru"
|
|
]
|
|
},
|
|
"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",
|
|
"matroska-subtitles": "github:ThaUnknown/matroska-subtitles#patch",
|
|
"mime": "^3.0.0",
|
|
"p2pcf": "1.3.0",
|
|
"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"
|
|
}
|
|
}
|