{
  "name": "@netgum/utils",
  "version": "0.1.3",
  "description": "NetGum utilities",
  "author": {
    "name": "Stanislaw Glogowski",
    "email": "hello@newobject.pl"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/netgum/netgum-utils.git"
  },
  "bugs": {
    "url": "https://github.com/netgum/netgum-utils/issues"
  },
  "dependencies": {
    "bn.js": "^4.11.8",
    "idna-uts46-hx": "^3.0.0",
    "keccak": "^2.0.0",
    "secp256k1": "^3.6.2",
    "unorm": "^1.5.0"
  },
  "main": "./index.js",
  "types": "./index.d.ts"
}