{
  "name": "crypto-addr-codec-vite",
  "version": "0.1.6",
  "description": "Light weight package for serializing different crypto addresses",
  "source": "lib/index.js",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "microbundle",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Abstract-OS/crypto-addr-codec-vite.git"
  },
  "author": "Jasdeep Singh <jasdeepsingh.uppal@gmail.com>",
  "bugs": {
    "url": "https://github.com/Abstract-OS/crypto-addr-codec-vite/issues"
  },
  "homepage": "https://github.com/Abstract-OS/crypto-addr-codec-vite#readme",
  "license": "MIT",
  "dependencies": {
    "base-x": "^3.0.8",
    "big-integer": "1.6.36",
    "blakejs": "^1.1.0",
    "bs58": "^4.0.1",
    "ripemd160-min": "0.0.6",
    "safe-buffer": "^5.2.0",
    "sha3": "^2.1.1"
  },
  "devDependencies": {
    "microbundle": "^0.12.0-next.8"
  }
}
