mirror of https://github.com/mifi/lossless-cut
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			422 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			422 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "lossless-cut",
 | 
						|
  "productName": "LosslessCut",
 | 
						|
  "description": "The swiss army knife of lossless video/audio editing",
 | 
						|
  "copyright": "Copyright © 2021 ${author}",
 | 
						|
  "version": "3.40.0",
 | 
						|
  "main": "public/electron.js",
 | 
						|
  "homepage": "./",
 | 
						|
  "scripts": {
 | 
						|
    "start": "concurrently -k \"cross-env BROWSER=none PORT=3001 DISABLE_ESLINT_PLUGIN=true react-scripts start\" \"wait-on http://localhost:3001 && electron .\"",
 | 
						|
    "icon-gen": "mkdirp icon-build && svg2png src/icon.svg -o ./icon-build/app-512.png -w 512 -h 512 && mkdirp icns-build && icon-gen -i src/icon.svg -o ./icns-build --icns --icns-sizes 512,1024 && mkdirp build-resources/appx && npx svg2png src/icon.svg --output=build-resources/appx/StoreLogo.png --width=50 --height=50 && npx svg2png src/icon.svg --output=build-resources/appx/Square150x150Logo.png --width=300 --height=300 && npx svg2png src/icon.svg --output=build-resources/appx/Square44x44Logo.png --width=44 --height=44 && npx svg2png src/icon.svg --output=build-resources/appx/Wide310x150Logo.png --width=620 --height=300",
 | 
						|
    "download-ffmpeg-mac": "mkdir -p ffmpeg/darwin && cd ffmpeg/darwin && wget https://github.com/mifi/ffmpeg-build-script/releases/download/n4.4.1/ffmpeg -O ffmpeg && wget https://github.com/mifi/ffmpeg-build-script/releases/download/n4.4.1/ffprobe -O ffprobe && chmod +x ffmpeg && chmod +x ffprobe",
 | 
						|
    "download-ffmpeg-linux": "mkdir -p ffmpeg/linux && cd ffmpeg/linux && wget https://github.com/mifi/ffmpeg-builds/releases/download/4.4.1/ffmpeg-release-amd64-static.tar.xz -O ffmpeg.xz && tar xvf ffmpeg.xz && mv ffmpeg-4.4.1-amd64-static/{ffmpeg,ffprobe} ./",
 | 
						|
    "download-ffmpeg-windows": "npx shx mkdir -p ffmpeg/win32 && cd ffmpeg/win32 && npx download-cli https://github.com/mifi/ffmpeg-builds/releases/download/4.4.1/ffmpeg-n4.4.1-2-gcc33e73618-win64-gpl-4.4.zip --out . --filename ffmpeg.zip && 7z x ffmpeg.zip && npx shx mv ffmpeg-n4.4.1-2-gcc33e73618-win64-gpl-4.4/bin/ffmpeg.exe ./ && npx shx mv ffmpeg-n4.4.1-2-gcc33e73618-win64-gpl-4.4/bin/ffprobe.exe ./",
 | 
						|
    "build": "yarn icon-gen && react-scripts build",
 | 
						|
    "test": "react-scripts test",
 | 
						|
    "eject": "react-scripts eject",
 | 
						|
    "lint": "eslint --ext .jsx --ext .js .",
 | 
						|
    "pack-mac": "electron-builder --mac -m dmg",
 | 
						|
    "prepack-mac": "yarn build",
 | 
						|
    "pack-mas-dev": "electron-builder --mac -m mas-dev -c.mas.provisioningProfile=LosslessCut_Dev.provisionprofile -c.mas.identity='Apple Development: Mikael Finstad (JH4PH8B3C8)'",
 | 
						|
    "prepack-mas-dev": "yarn build",
 | 
						|
    "pack-win": "electron-builder --win",
 | 
						|
    "prepack-win": "yarn build",
 | 
						|
    "postinstall": "patch-package && electron-builder install-app-deps",
 | 
						|
    "pack-linux": "electron-builder --linux",
 | 
						|
    "prepack-linux": "yarn build",
 | 
						|
    "scan-i18n": "i18next-scanner --config i18next-scanner.config.js"
 | 
						|
  },
 | 
						|
  "author": {
 | 
						|
    "name": "Mikael Finstad",
 | 
						|
    "email": "finstaden@gmail.com",
 | 
						|
    "url": "https://mifi.no/losslesscut/"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/mifi/lossless-cut.git"
 | 
						|
  },
 | 
						|
  "license": "GPL-2.0-only",
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/jest": "^26.0.20",
 | 
						|
    "axios": "^0.21.2",
 | 
						|
    "color": "^3.1.0",
 | 
						|
    "concurrently": "^6.0.0",
 | 
						|
    "cross-env": "^7.0.3",
 | 
						|
    "csv-parse": "^4.15.3",
 | 
						|
    "csv-stringify": "^5.6.2",
 | 
						|
    "electron": "8",
 | 
						|
    "electron-builder": "^22.13.1",
 | 
						|
    "electron-builder-notarize": "1.1.2",
 | 
						|
    "electron-devtools-installer": "^3.1.1",
 | 
						|
    "eslint": "^7.23.0",
 | 
						|
    "eslint-config-airbnb": "^18.2.1",
 | 
						|
    "eslint-plugin-import": "^2.22.1",
 | 
						|
    "eslint-plugin-jsx-a11y": "^6.4.1",
 | 
						|
    "eslint-plugin-react": "^7.23.1",
 | 
						|
    "eslint-plugin-react-hooks": "^4.2.0",
 | 
						|
    "evergreen-ui": "^6.4.0",
 | 
						|
    "fast-xml-parser": "^3.17.4",
 | 
						|
    "file-url": "^3.0.0",
 | 
						|
    "framer-motion": "1",
 | 
						|
    "hammerjs": "^2.0.8",
 | 
						|
    "i18next-scanner": "^3.0.0",
 | 
						|
    "icon-gen": "^2.0.0",
 | 
						|
    "lodash": "^4.17.19",
 | 
						|
    "mkdirp": "^1.0.3",
 | 
						|
    "moment": "^2.18.1",
 | 
						|
    "p-map": "^4.0.0",
 | 
						|
    "patch-package": "^6.2.1",
 | 
						|
    "pify": "^5.0.0",
 | 
						|
    "pretty-ms": "^7.0.1",
 | 
						|
    "react": "^17.0.2",
 | 
						|
    "react-dom": "^17.0.2",
 | 
						|
    "react-hammerjs": "^1.0.1",
 | 
						|
    "react-i18next": "^11.3.3",
 | 
						|
    "react-icons": "^4.1.0",
 | 
						|
    "react-lottie-player": "^1.3.3",
 | 
						|
    "react-scripts": "^4.0.3",
 | 
						|
    "react-sortable-hoc": "^2.0.0",
 | 
						|
    "react-sortablejs": "^6.0.0",
 | 
						|
    "react-syntax-highlighter": "^15.4.3",
 | 
						|
    "react-use": "^13.26.1",
 | 
						|
    "scroll-into-view-if-needed": "^2.2.28",
 | 
						|
    "smpte-timecode": "^1.2.3",
 | 
						|
    "sortablejs": "^1.13.0",
 | 
						|
    "strong-data-uri": "^1.0.5",
 | 
						|
    "svg2png": "^4.1.1",
 | 
						|
    "sweetalert2": "^11.0.0",
 | 
						|
    "sweetalert2-react-content": "^4.0.0",
 | 
						|
    "use-debounce": "^5.1.0",
 | 
						|
    "use-trace-update": "^1.3.0",
 | 
						|
    "uuid": "^8.3.2",
 | 
						|
    "wait-on": "^5.3.0"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "array-move": "^3.0.1",
 | 
						|
    "cue-parser": "^0.3.0",
 | 
						|
    "electron-is-dev": "1",
 | 
						|
    "electron-store": "5.1.1",
 | 
						|
    "electron-unhandled": "^3.0.2",
 | 
						|
    "execa": "^5.0.0",
 | 
						|
    "file-type": "^12.4.0",
 | 
						|
    "fs-extra": "^8.1.0",
 | 
						|
    "github-api": "^3.2.2",
 | 
						|
    "i18next": "^19.8.5",
 | 
						|
    "i18next-electron-language-detector": "^0.0.10",
 | 
						|
    "i18next-fs-backend": "^1.0.1",
 | 
						|
    "json5": "^2.1.3",
 | 
						|
    "mime-types": "^2.1.14",
 | 
						|
    "mousetrap": "^1.6.5",
 | 
						|
    "open": "^7.0.3",
 | 
						|
    "read-chunk": "^2.0.0",
 | 
						|
    "semver": "^7.1.3",
 | 
						|
    "string-to-stream": "^1.1.1",
 | 
						|
    "strtok3": "^6.0.0",
 | 
						|
    "trash": "^7.1.1"
 | 
						|
  },
 | 
						|
  "eslintConfig": {
 | 
						|
    "extends": "react-app"
 | 
						|
  },
 | 
						|
  "browserslist": {
 | 
						|
    "production": [
 | 
						|
      "electron 8.0"
 | 
						|
    ],
 | 
						|
    "development": [
 | 
						|
      "electron 8.0"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "build": {
 | 
						|
    "directories": {
 | 
						|
      "buildResources": "build-resources"
 | 
						|
    },
 | 
						|
    "files": [
 | 
						|
      "build/**/*"
 | 
						|
    ],
 | 
						|
    "asar": {
 | 
						|
      "smartUnpack": false
 | 
						|
    },
 | 
						|
    "appId": "no.mifi.losslesscut",
 | 
						|
    "artifactName": "${productName}-${os}.${ext}",
 | 
						|
    "afterSign": "electron-builder-notarize",
 | 
						|
    "mac": {
 | 
						|
      "hardenedRuntime": true,
 | 
						|
      "appId": "no.mifi.losslesscut-mac",
 | 
						|
      "category": "public.app-category.productivity",
 | 
						|
      "target": [
 | 
						|
        "mas",
 | 
						|
        "dmg"
 | 
						|
      ],
 | 
						|
      "asarUnpack": [
 | 
						|
        "node_modules/trash/**"
 | 
						|
      ],
 | 
						|
      "electronLanguages": [
 | 
						|
        "en"
 | 
						|
      ],
 | 
						|
      "extraResources": [
 | 
						|
        {
 | 
						|
          "from": "ffmpeg/darwin/ffmpeg",
 | 
						|
          "to": "ffmpeg"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "from": "ffmpeg/darwin/ffprobe",
 | 
						|
          "to": "ffprobe"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "icon": "icns-build/app.icns",
 | 
						|
      "fileAssociations": [
 | 
						|
        {
 | 
						|
          "ext": [
 | 
						|
            "webm",
 | 
						|
            "mkv",
 | 
						|
            "flv",
 | 
						|
            "vob",
 | 
						|
            "ogv",
 | 
						|
            "drc",
 | 
						|
            "gif",
 | 
						|
            "gifv",
 | 
						|
            "mng",
 | 
						|
            "avi",
 | 
						|
            "mts",
 | 
						|
            "m2ts",
 | 
						|
            "ts",
 | 
						|
            "mov",
 | 
						|
            "qt",
 | 
						|
            "wmv",
 | 
						|
            "yuv",
 | 
						|
            "rm",
 | 
						|
            "rmvb",
 | 
						|
            "asf",
 | 
						|
            "amv",
 | 
						|
            "mp4",
 | 
						|
            "m4v",
 | 
						|
            "mpg",
 | 
						|
            "mp2",
 | 
						|
            "mpeg",
 | 
						|
            "mpe",
 | 
						|
            "mpv",
 | 
						|
            "m2v",
 | 
						|
            "svi",
 | 
						|
            "3gp",
 | 
						|
            "3g2",
 | 
						|
            "mxf",
 | 
						|
            "roq",
 | 
						|
            "nsv",
 | 
						|
            "f4v",
 | 
						|
            "f4p",
 | 
						|
            "f4a",
 | 
						|
            "f4b"
 | 
						|
          ],
 | 
						|
          "name": "Video",
 | 
						|
          "description": "Video files",
 | 
						|
          "role": "Viewer"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "ext": [
 | 
						|
            "aa",
 | 
						|
            "aac",
 | 
						|
            "aax",
 | 
						|
            "act",
 | 
						|
            "aiff",
 | 
						|
            "alac",
 | 
						|
            "amr",
 | 
						|
            "ape",
 | 
						|
            "au",
 | 
						|
            "awb",
 | 
						|
            "dct",
 | 
						|
            "dss",
 | 
						|
            "dvf",
 | 
						|
            "flac",
 | 
						|
            "gsm",
 | 
						|
            "iklax",
 | 
						|
            "ivs",
 | 
						|
            "m4a",
 | 
						|
            "m4b",
 | 
						|
            "m4p",
 | 
						|
            "mmf",
 | 
						|
            "mp3",
 | 
						|
            "mpc",
 | 
						|
            "msv",
 | 
						|
            "nmf",
 | 
						|
            "nsf",
 | 
						|
            "ogg",
 | 
						|
            "oga",
 | 
						|
            "mogg",
 | 
						|
            "opus",
 | 
						|
            "ra",
 | 
						|
            "rf64",
 | 
						|
            "sln",
 | 
						|
            "tta",
 | 
						|
            "voc",
 | 
						|
            "vox",
 | 
						|
            "wav",
 | 
						|
            "wma",
 | 
						|
            "wv",
 | 
						|
            "8svx",
 | 
						|
            "cda"
 | 
						|
          ],
 | 
						|
          "name": "Audio",
 | 
						|
          "description": "Audio files",
 | 
						|
          "role": "Viewer"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "mas": {
 | 
						|
      "hardenedRuntime": false,
 | 
						|
      "entitlements": "entitlements.mas.plist",
 | 
						|
      "entitlementsInherit": "entitlements.mas.inherit.plist",
 | 
						|
      "provisioningProfile": "LosslessCut_Mac_App_Store_provisioning_profile.provisionprofile",
 | 
						|
      "binaries": [
 | 
						|
        "dist/mas/LosslessCut.app/Contents/Resources/ffmpeg",
 | 
						|
        "dist/mas/LosslessCut.app/Contents/Resources/ffprobe",
 | 
						|
        "dist/mas/LosslessCut.app/Contents/Resources/app.asar.unpacked/node_modules/trash/lib/macos-trash"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "win": {
 | 
						|
      "target": [
 | 
						|
        "portable",
 | 
						|
        "zip",
 | 
						|
        "appx"
 | 
						|
      ],
 | 
						|
      "extraResources": [
 | 
						|
        {
 | 
						|
          "from": "ffmpeg/win32/ffmpeg.exe",
 | 
						|
          "to": "ffmpeg.exe"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "from": "ffmpeg/win32/ffprobe.exe",
 | 
						|
          "to": "ffprobe.exe"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "icon": "icon-build/app-512.png",
 | 
						|
      "fileAssociations": [
 | 
						|
        {
 | 
						|
          "ext": [
 | 
						|
            "webm",
 | 
						|
            "mkv",
 | 
						|
            "flv",
 | 
						|
            "vob",
 | 
						|
            "ogv",
 | 
						|
            "drc",
 | 
						|
            "gif",
 | 
						|
            "gifv",
 | 
						|
            "mng",
 | 
						|
            "avi",
 | 
						|
            "mts",
 | 
						|
            "m2ts",
 | 
						|
            "ts",
 | 
						|
            "mov",
 | 
						|
            "qt",
 | 
						|
            "wmv",
 | 
						|
            "yuv",
 | 
						|
            "rm",
 | 
						|
            "rmvb",
 | 
						|
            "asf",
 | 
						|
            "amv",
 | 
						|
            "mp4",
 | 
						|
            "m4v",
 | 
						|
            "mpg",
 | 
						|
            "mp2",
 | 
						|
            "mpeg",
 | 
						|
            "mpe",
 | 
						|
            "mpv",
 | 
						|
            "m2v",
 | 
						|
            "svi",
 | 
						|
            "3gp",
 | 
						|
            "3g2",
 | 
						|
            "mxf",
 | 
						|
            "roq",
 | 
						|
            "nsv",
 | 
						|
            "f4v",
 | 
						|
            "f4p",
 | 
						|
            "f4a",
 | 
						|
            "f4b"
 | 
						|
          ],
 | 
						|
          "name": "Video",
 | 
						|
          "description": "Video files",
 | 
						|
          "role": "Viewer"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "ext": [
 | 
						|
            "aa",
 | 
						|
            "aac",
 | 
						|
            "aax",
 | 
						|
            "act",
 | 
						|
            "aiff",
 | 
						|
            "alac",
 | 
						|
            "amr",
 | 
						|
            "ape",
 | 
						|
            "au",
 | 
						|
            "awb",
 | 
						|
            "dct",
 | 
						|
            "dss",
 | 
						|
            "dvf",
 | 
						|
            "flac",
 | 
						|
            "gsm",
 | 
						|
            "iklax",
 | 
						|
            "ivs",
 | 
						|
            "m4a",
 | 
						|
            "m4b",
 | 
						|
            "m4p",
 | 
						|
            "mmf",
 | 
						|
            "mp3",
 | 
						|
            "mpc",
 | 
						|
            "msv",
 | 
						|
            "nmf",
 | 
						|
            "nsf",
 | 
						|
            "ogg",
 | 
						|
            "oga",
 | 
						|
            "mogg",
 | 
						|
            "opus",
 | 
						|
            "ra",
 | 
						|
            "rf64",
 | 
						|
            "sln",
 | 
						|
            "tta",
 | 
						|
            "voc",
 | 
						|
            "vox",
 | 
						|
            "wav",
 | 
						|
            "wma",
 | 
						|
            "wv",
 | 
						|
            "8svx",
 | 
						|
            "cda"
 | 
						|
          ],
 | 
						|
          "name": "Audio",
 | 
						|
          "description": "Audio files",
 | 
						|
          "role": "Viewer"
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "appx": {
 | 
						|
      "applicationId": "LosslessCut",
 | 
						|
      "identityName": "57275mifi.no.LosslessCut",
 | 
						|
      "publisher": "CN=2C479316-22A8-4D63-BC38-F0FB9AB0B974",
 | 
						|
      "publisherDisplayName": "mifi.no"
 | 
						|
    },
 | 
						|
    "linux": {
 | 
						|
      "executableName": "losslesscut",
 | 
						|
      "extraResources": [
 | 
						|
        {
 | 
						|
          "from": "ffmpeg/linux/ffmpeg",
 | 
						|
          "to": "ffmpeg"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "from": "ffmpeg/linux/ffprobe",
 | 
						|
          "to": "ffprobe"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "icon": "icon-build/app-512.png",
 | 
						|
      "target": [
 | 
						|
        "tar.bz2",
 | 
						|
        "AppImage",
 | 
						|
        "snap"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "snap": {
 | 
						|
      "plugs": [
 | 
						|
        "default",
 | 
						|
        "removable-media"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |