blob: edf944bac73b2861928a6c3e3704fd338e0477d1 [file]
{
"name": "@bazel/bazelisk",
"description": "A user-friendly launcher for Bazel",
"license": "Apache-2.0",
"bin": {
"bazelisk": "bazelisk.js",
"bazel": "bazelisk.js"
},
"main": "bazelisk.js",
"types": "bazelisk.d.ts",
"keywords": [
"bazel"
],
"repository": {
"type": "git",
"url": "https://github.com/bazelbuild/bazelisk.git"
},
"bugs": {
"url": "https://github.com/bazelbuild/bazelisk/issues"
}
}