{
  "name": "ripple-address-codec",
  "version": "4.2.5",
  "description": "encodes/decodes base58 encoded XRP Ledger identifiers",
  "files": [
    "dist/*",
    "build/*"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "ISC",
  "dependencies": {
    "base-x": "3.0.9",
    "create-hash": "^1.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:ln1778/xrpl.js.git"
  },
  "prepublish": "tsc -b",
  "prepublishOnly": "tslint -b ./ && jest",
  "scripts": {
    "build": "tsc -b",
    "test": "jest",
    "lint": "eslint . --ext .ts",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo"
  },
  "prettier": "@lnssh/prettier-config",
  "engines": {
    "node": ">= 10"
  },
  "bugs": {
    "url": "https://github.com:ln1778/xrpl.js/issues"
  },
  "homepage": "https://github.com:ln1778/xrpl.js#readme",
  "directories": {
    "example": "examples"
  },
  "author": ""
}
