UNPKG

@cygnus-reach/reach-protocol

Version:

Improve the Reach℠ remote support experience with straightforward device interactions via the Reach Protocol.

45 lines 1.36 kB
{ "name": "@cygnus-reach/reach-protocol", "version": "1.4.4", "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Cygnus Technology", "email": "developer@cygnustechnology.com", "url": "https://cygnustechnology.com/" }, "homepage": "https://cygnustechnology.com/", "description": "Improve the Reach℠ remote support experience with straightforward device interactions via the Reach Protocol.", "bugs": { "email": "developer@cygnustechnology.com" }, "keywords": [ "IoT" ], "private": false, "main": "dist/reach-protocol.cjs", "module": "dist/reach-protocol.js", "types": "dist/reach-protocol.d.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c && api-extractor run --local && prettier dist/reach-protocol.d.ts --write" }, "files": [ "dist" ], "devDependencies": { "@microsoft/api-extractor": "^7.37.0", "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.1", "prettier": "^3.0.3", "rollup": "^3.29.2", "rollup-plugin-typescript2": "^0.35.0", "typescript": "~5.2.2" }, "dependencies": { "@protobuf-ts/plugin": "^2.9.1", "protobufjs": "^7.2.5", "rxjs": "^7.8.1" } }