blob: 03ba69d0f98d65843067f04db013797ceaad5eb6 [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"
},
"//": "@bazel/hide-bazel-files is required to fix https://github.com/bazelbuild/rules_nodejs/issues/802. See https://github.com/bazelbuild/rules_nodejs/blob/master/packages/hide-bazel-files/README.md for more information.",
"dependencies": {
"@bazel/hide-bazel-files": "latest"
},
"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"
}
}