| { | |
| "name": "@bazel/worker", | |
| "dependencies": { | |
| "protobufjs": "6.8.8" | |
| }, | |
| "description": "Adapt Node programs to run as a Bazel worker", | |
| "license": "Apache-2.0", | |
| "version": "0.0.0-PLACEHOLDER", | |
| "repository": { | |
| "type" : "git", | |
| "url" : "https://github.com/bazelbuild/rules_nodejs.git", | |
| "directory": "packages/worker" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/bazelbuild/rules_nodejs/issues" | |
| }, | |
| "keywords": [ | |
| "bazel" | |
| ] | |
| } |