blob: 3d3efe9d012e1073acb31f080fb291970601e85b [file] [log] [blame]
{
"name": "@bazel/bazel",
"bin": {
"bazel": "./index.js"
},
"version": "0.26.0-rc10",
"license": "Apache-2.0",
"description": "Build and test software of any size, quickly and reliably",
"homepage": "https://bazel.build/",
"repository": {
"type": "git",
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/bazel"
},
"bugs": {
"url": "https://github.com/bazelbuild/bazel/issues"
},
"optionalDependencies": {
"@bazel/bazel-linux_x64": "0.26.0-rc10",
"@bazel/bazel-darwin_x64": "0.26.0-rc10",
"@bazel/bazel-win32_x64": "0.26.0-rc10"
}
}