{
  "name": "libnexa-js",
  "version": "1.0.3",
  "description": "A pure and powerful JavaScript Nexa library.",
  "author": "Nexa Js Devs  <js-devs@nexa.org>",
  "main": "index.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha.js",
    "test:ci": "npm run test",
    "build": "TBD",
    "pub": "npm run build && npm publish"
  },
  "files": [
    "lib",
    "types",
    "index.js"
  ],
  "keywords": [
    "nexa",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/nexa/libnexa-js"
  },
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "@types/bn.js": "^5.1.1",
    "@types/lodash": "^4.14.197",
    "@types/node": "^20.5.6",
    "bech32": "=2.0.0",
    "bn.js": "=4.11.8",
    "bs58": "^4.0.1",
    "buffer-compare": "=1.1.1",
    "elliptic": "^6.5.4",
    "inherits": "=2.0.1",
    "lodash": "^4.17.21",
    "nexaaddrjs": "^1.1.2"
  },
  "devDependencies": {
    "base-x": "=3.0.4",
    "brfs": "^2.0.2",
    "chai": "^4.3.10",
    "del-cli": "^5.1.0",
    "mocha": "^10.4.0",
    "sinon": "^16.0.0",
    "typescript": "^5.2.2"
  },
  "license": "MIT",
  "gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1"
}
