{
  "name": "@exodus/currency",
  "version": "6.4.1",
  "description": "Currency support.",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "author": "Exodus Movement, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/libraries/currency",
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@exodus/bigint": "^4.1.0",
    "lodash": "^4.17.11",
    "minimalistic-assert": "^1.0.1"
  },
  "devDependencies": {
    "bn.js": "^5.2.1"
  },
  "scripts": {
    "build": "run -T tsc -p tsconfig.build.json",
    "clean": "run -T tsc --build --clean",
    "test": "run -T exodus-test --jest --esbuild",
    "typecheck": "run -T tsc -p tsconfig.json --noEmit",
    "lint": "run -T tsc --noEmit && run -T eslint .",
    "lint:fix": "yarn lint --fix",
    "prepublishOnly": "yarn run -T build --scope @exodus/currency"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ExodusMovement/exodus-hydra.git"
  },
  "bugs": {
    "url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Acurrency"
  },
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "gitHead": "05ca7b68341a352e843361a7c398df6b307ef716"
}
