{
  "name": "basepura",
  "version": "1.0.2",
  "description": "Basepura encoder and decoder in TypeScript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "keywords": ["basepura", "encoding", "decoding", "base32", "base36", "base58", "base62", "base64", "bigint","profane", "rude", "offensive", "obscene", "dirty"],
  "author": "Zhen Wang",
  "homepage": "https://github.com/zmxv/basepura",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zmxv/basepura.git"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^3.1.1",
    "typescript": "^5.3.3",
    "vitest": "^3.1.1"
  }
}
