1{ 2 "name": "@bazel/buildozer", 3 "description": "A command line tool to rewrite multiple BUILD files using standard commands", 4 "version": "0.0.0-PLACEHOLDER", 5 "license": "Apache-2.0", 6 "bin": { 7 "buildozer": "buildozer.js" 8 }, 9 "keywords": [ 10 "bazel" 11 ], 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/bazelbuild/buildtools.git" 15 }, 16 "bugs": { 17 "url": "https://github.com/bazelbuild/buildtools/issues" 18 } 19}