github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/buildifier/package.json (about)

     1  {
     2      "name": "@bazel/buildifier",
     3      "description": "A tool for formatting bazel BUILD and .bzl files",
     4      "version": "0.0.0-PLACEHOLDER",
     5      "license": "Apache-2.0",
     6      "bin": {
     7          "buildifier": "buildifier.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  }