{
  "name": "node-red-contrib-protobuf",
  "version": "1.1.2",
  "description": "Protocol buffer encode/decode nodes.",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha \"test/**/*spec.js\"",
    "coverage": "nyc npm run test",
    "lint": "eslint \"src/**/*.js\"",
    "lint-fix": "eslint --fix \"src/**/*.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/w4tsn/node-red-contrib-protobuf.git"
  },
  "keywords": [
    "node-red",
    "protobuf"
  ],
  "author": "Alexander Wellbrock <a.wellbrock@mailbox.org>",
  "license": "BSD-3",
  "bugs": {
    "url": "https://github.com/w4tsn/node-red-contrib-protobuf/issues"
  },
  "homepage": "https://github.com/w4tsn/node-red-contrib-protobuf#README",
  "node-red": {
    "nodes": {
      "encode": "src/nodes/encode.js",
      "decode": "src/nodes/decode.js",
      "file": "src/nodes/protofile.js"
    }
  },
  "devDependencies": {
    "eslint": "8.2.0",
    "mocha": "^9.2.2",
    "node-red": "^3.0.2",
    "node-red-node-test-helper": "^0.3.0",
    "nyc": "15.1.0",
    "should": "13.2.3"
  },
  "dependencies": {
    "protobufjs": "^6.11.2"
  }
}
