UNPKG

@protobuf-ts/grpcweb-transport

Version:

gRPC-web transport for clients generated by the protoc plugin "protobuf-ts"

47 lines (46 loc) 1.53 kB
{ "name": "@protobuf-ts/grpcweb-transport", "version": "2.11.1", "description": "gRPC-web transport for clients generated by the protoc plugin \"protobuf-ts\"", "scripts": { "clean": "rm -rf build/*", "build": "npm run build:es6 && npm run build:cjs", "build:es6": "tsc --project tsconfig.build.json --module es2015 --outDir build/es2015", "build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir build/commonjs --declaration --declarationDir build/types", "test": "ts-node --project tsconfig.test.json ../../node_modules/.bin/jasmine --helper=spec/jasmine-reporter.ts spec/*.spec.ts" }, "license": "Apache-2.0", "author": "Timo Stamm <ts@timostamm.com>", "homepage": "https://github.com/timostamm/protobuf-ts", "keywords": [ "Protocol Buffers", "protobuf", "TypeScript", "gRPC-web" ], "repository": { "type": "git", "url": "https://github.com/timostamm/protobuf-ts.git", "directory": "packages/grpcweb-transport" }, "publishConfig": { "access": "public" }, "main": "./build/commonjs/index.js", "module": "./build/es2015/index.js", "typings": "./build/types/index.d.ts", "sideEffects": false, "devDependencies": { "@types/jasmine": "^3.5.10", "jasmine": "^3.5.0", "jasmine-spec-reporter": "^5.0.2", "node-fetch": "^2.6.1", "ts-node": "^8.10.2", "tslib": "^2.0.0", "typescript": "^3.9.5" }, "dependencies": { "@protobuf-ts/runtime": "^2.11.1", "@protobuf-ts/runtime-rpc": "^2.11.1" } }