{ "name": "switch", "version": "0.1.0", "description": "Turn the lights on!", "repository": "git@github.com:serverwentdown/leet.git", "author": "Ambrose Chua", "license": "MPL-2.0", "scripts": { "generate": "yarn run generate-grpc", "generate-grpc": "protoc -I../../framebuffer ../../framebuffer/framebuffer.proto --js_out=import_style=commonjs,binary:framebuffer --grpc_out=framebuffer --plugin=protoc-gen-grpc=grpc_tools_node_protoc_plugin" }, "dependencies": { "grpc": "^1.19.0" } }