nertc-electron-sdk
Version:
nertc-electron-sdk
102 lines (101 loc) • 2.74 kB
JSON
{
"name": "nertc-electron-sdk",
"version": "5.7.4-rc-1001",
"description": "nertc-electron-sdk",
"main": "js/nertc_sdk.js",
"types": "types/nertc_sdk.d.ts",
"gypfile": true,
"engines": {
"node": "~10 >=10.20 || >=12.17"
},
"dependencies": {
"bindings": "^1.5.0",
"commander": "^8.2.0",
"download": "^8.0.0",
"fs-extra": "^10.0.0",
"git-last-commit": "^1.0.1",
"glob": "^7.2.0",
"lodash.isequal": "^4.5.0",
"node_modules-path": "^2.0.5",
"node-addon-api": "^4.2.0",
"node-fetch": "^2.6.5",
"node-gyp": "^9.1.0",
"path": "^0.12.7",
"shelljs": "^0.8.4",
"yuv-buffer": "^1.0.0",
"yuv-canvas": "^1.2.6"
},
"devDependencies": {
"@types/node": "^12.12.22",
"download": "^8.0.0",
"extract": "^1.0.0",
"extract-zip": "^2.0.1",
"fs-extra": "^8.1.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^4.0.3",
"just-task": "^1.4.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"taffydb": "^2.7.3",
"tar": "^6.1.11",
"typescript": "^3.7.4"
},
"scripts": {
"build:dts": "rimraf ./types && tsc -p config_dts.json",
"prebuild:ts": "npm run build:dts",
"build:ts": "rimraf ./js && tsc -p config_ts.json",
"install": "node ./pre-build.js install --fall-back-to-build",
"clean": "node ./pre-build.js clean",
"install:ia32": "node ./pre-build.js install -a ia32",
"install:x64": "node ./pre-build.js install -a x64",
"build:win32:x64": "node ./pre-build.js build -a x64 -p",
"build:win32:ia32": "node ./pre-build.js build -a ia32 -p",
"build:darwin:universal": "node ./pre-build.js build -a universal -p",
"build:api": "rimraf ./out && jsdoc -c ./scripts/conf.json -t ./node_modules/ink-docstrap/template --readme ./README.md"
},
"node_pre_build": {
"sdk-dir": "nertc_sdk",
"name-sdk": "nertc",
"name-addon": "nertc",
"build-tool": "node-gyp",
"binary-dir": "build/Release",
"sdk-group": "NERtcSDK_Special_Test",
"addon-group": "electron"
},
"repository": {
"type": "git",
"url": "git+https://github.com/surebeli/node-nertc-sdk.git#feat/4.1.301/private"
},
"files": [
".github",
"js",
"nertc_sdk_ts",
"types",
"scripts",
"config_dts.json",
"config_ts.json",
"just-task.js",
"pre-build.js",
"package.json"
],
"keywords": [
"nim",
"macos",
"node",
"napi",
"native",
"windows",
"pc",
"nertc",
"nrtc",
"rtc",
"screenshare",
"electron"
],
"author": "surebeli <surebeli@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/netease-im/node-nertc-sdk/issues"
},
"homepage": "https://github.com/netease-im/node-nertc-sdk#readme"
}