{
  "name": "jitsi-meet-electron-sdk",
  "version": "3.3.10",
  "description": "Utilities for jitsi-meet-electron project",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "TESTING=true mocha",
    "validate": "npm ls",
    "install": "node install.js",
    "node-gyp-build": "node-gyp-build",
    "prebuild-win32-x86": "prebuildify -t 16.0.0 --napi --strip",
    "prebuild-win32-x64": "prebuildify -t 16.0.0 --napi --strip"
  },
  "pre-commit": [
    "lint"
  ],
  "repository": "https://github.com/lizhanxu/jitsi-meet-electron-sdk",
  "keywords": [
    "jingle",
    "webrtc",
    "xmpp",
    "electron",
    "jitsi-meet",
    "utils"
  ],
  "author": "",
  "readmeFilename": "README.md",
  "license": "Apache-2.0",
  "gypfile": true,
  "binary": {
    "napi_versions": [
      3
    ]
  },
  "dependencies": {
    "@jitsi/logger": "^2.0.0",
    "@jitsi/robotjs": "^0.6.9",
    "electron-store": "^8.0.1",
    "node-addon-api": "^5.0.0",
    "node-gyp-build": "4.3.0",
    "postis": "^2.2.0"
  },
  "devDependencies": {
    "eslint": ">=3",
    "eslint-plugin-jsdoc": "*",
    "husky": "^8.0.1",
    "mocha": "^10.0.0",
    "prebuildify": "^5.0.0",
    "precommit-hook": "3.0.0"
  }
}
