{
  "name": "pull-protocol-buffers",
  "version": "0.1.3",
  "description": "Protocol Buffers length-prefixed pull-stream encoder/decoder",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha",
    "watch": "nodemon -x npm test",
    "cov": "nyc --reporter=lcov mocha",
    "report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
  },
  "keywords": [
    "protocol-buffers",
    "protocol",
    "buffers",
    "pull-stream",
    "pull",
    "stream",
    "length-prefixed",
    "length",
    "prefixed",
    "encoder",
    "decoder"
  ],
  "author": "Maciej Krüger <mkg20001@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "pull-length-prefixed": "^1.3.3",
    "pull-stream": "^3.6.14"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "protocol-buffers": "^4.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkg20001/pull-protocol-buffers.git"
  },
  "bugs": {
    "url": "https://github.com/mkg20001/pull-protocol-buffers/issues"
  },
  "homepage": "https://github.com/mkg20001/pull-protocol-buffers#readme"
}
