{
  "name": "ffmpeg-static-electron-forge",
  "version": "1.1.7",
  "description": "This module is designed for fast integration with electron forge and webpack.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "node dist/index.js",
    "build": "tsc",
    "postinstall": "node dist/install.js"
  },
  "keywords": [
    "Electron",
    "Forge",
    "FFmpeg",
    "WebPack"
  ],
  "author": {
    "name": "Gabriel Maizo",
    "email": "maizogabriel@gmail.com",
    "github-user": "Undead34"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Undead34/ffmpeg-static-electron-forge"
  },
  "license": "MIT",
  "devDependencies": {
    "@electron-forge/cli": "^6.0.5",
    "@types/adm-zip": "^0.5.0",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "adm-zip": "^0.5.10",
    "glob": "^10.2.6",
    "unzipper": "^0.10.11"
  }
}