{
  "artifactDownloadUrls": [
    "https://github.com/near/near-cli-rs/releases/download/v0.30.0"
  ],
  "bin": {
    "near": "run-near.js"
  },
  "contributors": [
    "FroVolod <frol_off@meta.ua>",
    "Near Inc <hello@nearprotocol.com>"
  ],
  "dependencies": {
    "detect-libc": "^2.1.2"
  },
  "description": "human-friendly console utility that helps to interact with NEAR Protocol from command line.",
  "devDependencies": {
    "prettier": "^3.8.3"
  },
  "engines": {
    "node": ">=14.14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 39
  },
  "homepage": "https://near.cli.rs",
  "license": "MIT OR Apache-2.0",
  "name": "near-cli-rs",
  "preferUnplugged": true,
  "repository": "https://github.com/near/near-cli-rs",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "near-cli-rs-aarch64-apple-darwin.tar.gz",
      "bins": {
        "near": "near"
      },
      "zipExt": ".tar.gz"
    },
    "aarch64-pc-windows-gnu": {
      "artifactName": "near-cli-rs-aarch64-pc-windows-msvc.tar.gz",
      "bins": {
        "near": "near.exe"
      },
      "zipExt": ".tar.gz"
    },
    "aarch64-pc-windows-msvc": {
      "artifactName": "near-cli-rs-aarch64-pc-windows-msvc.tar.gz",
      "bins": {
        "near": "near.exe"
      },
      "zipExt": ".tar.gz"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "near-cli-rs-aarch64-unknown-linux-gnu.tar.gz",
      "bins": {
        "near": "near"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "near-cli-rs-x86_64-apple-darwin.tar.gz",
      "bins": {
        "near": "near"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "near-cli-rs-x86_64-pc-windows-msvc.tar.gz",
      "bins": {
        "near": "near.exe"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "near-cli-rs-x86_64-pc-windows-msvc.tar.gz",
      "bins": {
        "near": "near.exe"
      },
      "zipExt": ".tar.gz"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "near-cli-rs-x86_64-unknown-linux-gnu.tar.gz",
      "bins": {
        "near": "near"
      },
      "zipExt": ".tar.gz"
    }
  },
  "version": "0.30.0",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}