{
  "name": "near-shell",
  "version": "0.24.9",
  "description": "General purpose command line tools for interacting with NEAR Protocol",
  "engines": {
    "node": ">= 10"
  },
  "main": "index.js",
  "scripts": {
    "test": "jest && ./test/index.sh",
    "lint": "eslint .",
    "fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nearprotocol/near-shell.git"
  },
  "author": "Jane Degtiareva",
  "license": "(MIT AND Apache-2.0)",
  "bugs": {
    "url": "https://github.com/nearprotocol/near-shell/issues"
  },
  "homepage": "https://github.com/nearprotocol/near-shell#readme",
  "bin": {
    "near": "./bin/near"
  },
  "devDependencies": {
    "eslint": "^7.0.0",
    "jest": "^26.1.0",
    "strip-ansi": "^6.0.0",
    "strip-ansi-cli": "^2.0.0"
  },
  "dependencies": {
    "@ledgerhq/hw-transport-node-hid": "^5.15.0",
    "ascii-table": "0.0.9",
    "bn.js": "^5.1.1",
    "bs58": "^4.0.1",
    "chalk": "^4.0.0",
    "flagged-respawn": "^1.0.1",
    "is-ci": "^2.0.0",
    "jest-environment-node": "^26.0.0",
    "mixpanel": "^0.11.0",
    "ncp": "^2.0.0",
    "near-api-js": "^0.27.0",
    "open": "^7.0.1",
    "rimraf": "^3.0.0",
    "stoppable": "^1.1.0",
    "tcp-port-used": "^1.0.1",
    "update-notifier": "^4.0.0",
    "uuid": "^8.0.0",
    "v8flags": "^3.1.3",
    "yargs": "^15.0.1"
  },
  "optionalDependencies": {
    "@ledgerhq/hw-transport-node-hid": "^5.15.0",
    "near-ledger-js": "^0.1.1"
  },
  "keywords": [
    "blockchain",
    "crypto",
    "dapps",
    "distributed",
    "applications",
    "distributed applications"
  ]
}
