{
  "module": "./esm/index.js",
  "main": "./script/index.js",
  "types": "./types/index.d.ts",
  "name": "base64-encoding",
  "version": "0.15.0-alpha.0",
  "description": "Fast Base64 encoding and decoding powered by WebAssembly.",
  "license": "NOASSERTION",
  "publishConfig": {
    "access": "public"
  },
  "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qwtel/base64-encoding.git"
  },
  "bugs": {
    "url": "https://github.com/qwtel/base64-encoding/issues"
  },
  "homepage": "https://qwtel.com/base64-encoding/",
  "keywords": [
    "base64",
    "decoding",
    "encoding",
    "fast",
    "isomorphic",
    "universal",
    "wasm",
    "webassembly"
  ],
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./script/index.js",
      "types": "./types/index.d.ts"
    }
  },
  "dependencies": {},
  "devDependencies": {}
}