Sha256: b3f5685b472e8fe2d586f51479e919d17517491810c5c699994363da6de8a2fb

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

{
  "name": "@waves/protobuf-serialization",
  "version": "1.4.3",
  "description": "Generated types and methods for encoding and decoding protobuf messages as well as working with gRPC services.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && mkdir dist && npm run compileProtoc && npm run createTypeDeclarations && npm run compileProtoc -- --no-comments",
    "createTypeDeclarations": "pbts -o dist/index.d.ts --no-comments dist/index.js",
    "compileProtoc": "pbjs -t static-module --force-long --no-create --no-verify --no-convert --no-delimited --no-beautify -w commonjs -o dist/index.js \"proto/waves/**/*.proto\""
  },
  "files": [
    "dist",
    "proto"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wavesplatform/protobuf-schemas.git"
  },
  "author": "Dmitry Shuranov <dvshur@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wavesplatform/protobuf-schemas/issues"
  },
  "homepage": "https://github.com/wavesplatform/protobuf-schemas#readme",
  "dependencies": {
    "@types/long": "^4.0.0",
    "protobufjs": "^6.8.8"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/protobuf-serialization/package.json