github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/bdist/js/package.json (about)

     1  {
     2    "name": "protolint",
     3    "version": "0.47.4",
     4    "description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions.",
     5    "main": "index.js",
     6    "bin": {
     7      "protolint": "./bin/protolint.js",
     8      "protoc-gen-protolint": "./bin/protoc-gen-protolint.js"
     9    },
    10    "scripts": {
    11      "install": "node install.mjs",
    12      "version": "node version.mjs"
    13    },
    14    "repository": {
    15      "type": "git",
    16      "url": "git+https://github.com/yoheimuta/protolint.git"
    17    },
    18    "files": [
    19      "install.mjs",
    20      "version.mjs",
    21      "./bin/protolint.js",
    22      "./bin/protoc-gen-protolint.js",
    23      "index.js"
    24    ],
    25    "keywords": [
    26      "lint",
    27      "cli",
    28      "golang",
    29      "protobuf",
    30      "style-linter",
    31      "linter",
    32      "protocol-buffers",
    33      "proto3",
    34      "fixer",
    35      "plugin-architecture"
    36    ],
    37    "author": "yohei yoshimuta",
    38    "license": "MIT",
    39    "bugs": {
    40      "url": "https://github.com/yoheimuta/protolint/issues"
    41    },
    42    "homepage": "https://github.com/yoheimuta/protolint#readme",
    43    "dependencies": {
    44      "got": "^12.0.0",
    45      "got-fetch": "^5.1.6",
    46      "http-proxy-agent": "^7.0.0",
    47      "npmlog": "^7.0.1",
    48      "semver": "^7.5.4",
    49      "tar": "^6.2.0",
    50      "tempy": "^3.1.0"
    51    }
    52  }