UNPKG

hyperdrive-schemas

Version:

Protobuf schemas for Hyperdrive and its daemon.

31 lines (30 loc) 781 B
{ "name": "hyperdrive-schemas", "version": "2.0.0", "description": "Protobuf schemas for Hyperdrive and its daemon.", "main": "index.js", "scripts": { "build": "protocol-buffers schemas/hyperdrive.proto -o lib/messages.js" }, "repository": { "type": "git", "url": "git+https://github.com/andrewosh/hyperdrive-schemas.git" }, "keywords": [ "hyperdrive", "protobuf", "schema" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/andrewosh/hyperdrive-schemas/issues" }, "homepage": "https://github.com/andrewosh/hyperdrive-schemas#readme", "devDependencies": { "protocol-buffers": "^4.1.0" }, "dependencies": { "protocol-buffers-encodings": "^1.1.0" } }