{
  "name": "@cto.af/wtf8",
  "version": "0.0.5",
  "decription": "Encode and decode WTF8 like TextEncoder and TextDecoder",
  "main": "lib/index.js",
  "files": [
    "lib/*"
  ],
  "type": "module",
  "exports": {
    ".": {
      "default": "./lib/index.js"
    },
    "./decode": {
      "default": "./lib/decode.js"
    },
    "./encode": {
      "default": "./lib/encode.js"
    },
    "./decodeStream": {
      "default": "./lib/decodeStream.js"
    },
    "./encodeStream": {
      "default": "./lib/encodeStream.js"
    }
  },
  "keywords": [
    "utf8",
    "wtf8",
    "unicode",
    "encode",
    "decode",
    "stream"
  ],
  "author": "Joe Hildebrand <joe-github@cursive.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cto-af/wtf8.git"
  },
  "homepage": "https://github.com/cto-af/wtf8#readme",
  "bugs": {
    "url": "https://github.com/cto-af/wtf8/issues"
  },
  "packageManager": "pnpm@10.30.3",
  "engines": {
    "node": ">=20"
  }
}
