{
  "name": "micro-base58",
  "version": "0.5.1",
  "description": "Fast and beautiful base58 encoder without dependencies.",
  "main": "index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "build": "tsc -d",
    "lint": "prettier --print-width 100 --single-quote --check index.ts",
    "test": "jest"
  },
  "jest": {
    "testRegex": "/test/.*.ts",
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "useStderr": true,
    "bail": 2,
    "collectCoverage": true
  },
  "homepage": "https://github.com/paulmillr/micro-base58",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/micro-base58.git"
  },
  "keywords": [
    "base58",
    "encode",
    "encoder",
    "base-x",
    "base",
    "base64"
  ],
  "author": "Paul Miller (https://paulmillr.com)",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "jest": "^26.6.3",
    "prettier": "^2.3.2",
    "ts-jest": "^26.5.3",
    "typescript": "^4.3"
  }
}
