UNPKG

protobuf-codec

Version:
36 lines (35 loc) 796 B
{ "name": "protobuf-codec", "version": "2.0.5", "description": "Minimal Protocol Buffers wire encoding/decoding", "scripts": { "test": "tape 'test/**/*.{mjs,js}'", "posttest": "standard ." }, "repository": { "type": "git", "url": "git+https://github.com/vegaprotocol/js-protobuf-codec.git" }, "keywords": [ "protobuf", "protos", "protocol", "buffers", "codec", "encoding", "serde" ], "author": "Emil Bay <emil@vega.xyz>", "license": "MIT", "bugs": { "url": "https://github.com/vegaprotocol/js-protobuf-codec/issues" }, "homepage": "https://github.com/vegaprotocol/js-protobuf-codec#readme", "devDependencies": { "standard": "^17.0.0", "tape": "^5.5.3" }, "dependencies": { "nanoassert": "^2.0.0" } }