{
  "name": "bazinga64",
  "license": "GPL-3.0",
  "description": "Base64 encoding and decoding with ASCII string representation.",
  "repository": "https://github.com/wireapp/wire-web-packages/tree/main/packages/bazinga64",
  "files": [
    "lib"
  ],
  "main": "lib/index",
  "keywords": [
    "array",
    "ascii",
    "base64",
    "browsers",
    "buffer",
    "decode",
    "decoding",
    "encode",
    "encoding",
    "nodejs",
    "string"
  ],
  "devDependencies": {
    "@swc/core": "^1.3.10",
    "@swc/jest": "^0.2.23",
    "@types/jest": "^29.2.0",
    "@types/libsodium-wrappers-sumo": "0.7.8",
    "@types/node": "^22.0.0",
    "cross-env": "10.1.0",
    "jest": "^29.2.1",
    "libsodium-wrappers-sumo": "0.8.1",
    "rimraf": "6.1.2",
    "ts-node": "10.9.2",
    "typescript": "^5.0.4"
  },
  "scripts": {
    "build": "yarn clean && tsc",
    "clean": "rimraf lib",
    "dist": "yarn build",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "version": "6.5.13",
  "gitHead": "357c309879046c40c2289bc5e07fa30107e77208"
}
