{
  "name": "@stablelib/utf8",
  "version": "2.1.0",
  "description": "UTF-8 encoder and decoder",
  "main": "./lib/utf8.js",
  "type": "module",
  "typings": "./lib/utf8.d.ts",
  "author": "Dmitry Chestnykh",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/StableLib/stablelib"
  },
  "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/utf8",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "bench": "node ./lib/utf8.bench.js"
  },
  "devDependencies": {
    "@stablelib/benchmark": "^2.0.0",
    "@stablelib/hex": "^2.0.1"
  },
  "gitHead": "72336cc655704421d2433eaa2b22eb2a6b626196"
}
