@huddly/camera-switch-proto
Version:
An npm package describing the protobuf api the huddly camera switch service
54 lines (53 loc) • 1.22 kB
JSON
{
"name": "@huddly/camera-switch-proto",
"version": "0.0.6",
"description": "An npm package describing the protobuf api the huddly camera switch service",
"keywords": [
"SDK",
"Huddly",
"Proto",
"GRPC"
],
"author": "Huddly AS",
"homepage": "http://developer.huddly.com",
"engines": {
"node": ">=12.4.0"
},
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Huddly/sdk.git"
},
"scripts": {
"build": "bash scripts/buildjs.sh && npm run build-ts",
"build-ts": "tsc --declaration",
"prepare": "bash scripts/buildjs.sh",
"publish-package": "npm run build && npm run build-ts && npm publish"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Huddly/sdk/issues"
},
"dependencies": {
"grpc-tools": "^1.11.2",
"grpc_tools_node_protoc_ts": "^5.2.2",
"ts-protoc-gen": "^0.15.0"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.3",
"google-protobuf": "^3"
},
"devDependencies": {
"@grpc/grpc-js": "^1.3.4",
"typescript": "^4.3.2"
}
}