{
  "name": "@theia/ffmpeg",
  "version": "1.74.1",
  "description": "Theia FFMPEG reader utility.",
  "publishConfig": {
    "access": "public"
  },
  "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/eclipse-theia/theia.git"
  },
  "bugs": {
    "url": "https://github.com/eclipse-theia/theia/issues"
  },
  "homepage": "https://github.com/eclipse-theia/theia",
  "main": "lib/index.js",
  "files": [
    "binding.gyp",
    "lib",
    "native",
    "src"
  ],
  "scripts": {
    "compile": "theiaext compile",
    "lint": "theiaext lint",
    "build": "theiaext build",
    "watch": "theiaext watch",
    "clean": "theiaext clean"
  },
  "dependencies": {
    "@electron/get": "^2.0.3",
    "tslib": "^2.8.1",
    "unzipper": "^0.9.15"
  },
  "devDependencies": {
    "@types/unzipper": "^0.9.2"
  },
  "gitHead": "eb2ffacbac2d76cfb8c0d2dd682d340db746a1b2"
}
