{
    "name": "@volcengine/vertc-electron-sdk",
    "version": "3.58.4",
    "description": "vertc electron sdk",
    "main": "./js/index.js",
    "types": "./js/index.d.ts",
    "homepage": "https://www.volcengine.com/docs/6348/85532",
    "keywords": [
        "VolcEngineRTC",
        "Real Time Communication"
    ],
    "dependencies": {
        "archiver": "^5.3.1",
        "bluebird": "^3.7.1",
        "decompress": "^4.2.1",
        "download": "^7.1.0",
        "extract-zip": "^1.6.8",
        "fs-extra": "^9.0.1",
        "install": "^0.13.0",
        "just-task": "^1.4.0",
        "node-addon-api": "^3.0.1",
        "node-gyp": "^9.3.1",
        "rimraf": "^3.0.2",
        "semver": "^6.0.0",
        "sh": "^0.0.3",
        "shelljs": "^0.8.4",
        "signale": "^1.4.0",
        "yuv-canvas": "^1.2.11"
    },
    "devDependencies": {
        "@byted/docg": "0.5.6-alpha.5",
        "@byted/docg-plugin-sdkhub": "^0.2.3",
        "@types/node": "10.17.5",
        "glob": "^7.1.7",
        "prettier": "1.19.1",
        "ts-node": "8.4.1",
        "tslint": "5.20.1",
        "typedoc": "0.15.0",
        "typescript": "3.7.2"
    },
    "gypfile": false,
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "config:copyBindingGyp": "just config:copyBindingGyp",
        "config:syncLib": "just config:syncLib",
        "build:node": "just build:node",
        "build:electron": "just build:electron",
        "build:ts": "rimraf js && tsc -p tsconfig.json",
        "clean": "rimraf build js",
        "download": "just download",
        "install": "just install",
        "prepublish": "npm run build:ts",
        "generateAddon": "node ./scripts/generateAddon.js",
        "macCompile": "node-gyp rebuild --target=11.3.0 --dist-url=https://electronjs.org/headers --openssl_fips=''",
        "winCompile": "node-gyp rebuild --arch=x64 --msvs_version=2019 --target=11.3.0 --dist-url=https://electronjs.org/headers --openssl_fips='' ",
        "win32Compile": "node-gyp rebuild --arch=ia32 --msvs_version=2019 --target=11.3.0 --dist-url=https://electronjs.org/headers --openssl_fips='' ",
        "debug": "node-gyp configure -- -f xcode",
        "packSDK": "just packSDK",
        "doc:gen": "export REGION='boe' && docg"
    },
    "author": "",
    "license": "MIT",
    "files": [
        "js",
        "scripts",
        "just-task.js",
        "package.json",
        "README.md"
    ]
}
