{
  "name": "string-byte-length",
  "version": "3.0.1",
  "type": "module",
  "exports": {
    "types": "./build/src/main.d.ts",
    "default": "./build/src/main.js"
  },
  "main": "./build/src/main.js",
  "types": "./build/src/main.d.ts",
  "files": [
    "build/src/**/*.{js,json,d.ts}",
    "!build/src/**/*.test.js",
    "!build/src/{helpers,fixtures}"
  ],
  "sideEffects": false,
  "scripts": {
    "test": "gulp test"
  },
  "description": "Get the UTF-8 byte length of a string",
  "keywords": [
    "binary",
    "bytes",
    "emoji",
    "encoding",
    "javascript",
    "json",
    "length",
    "library",
    "nodejs",
    "parsing",
    "serialization",
    "size",
    "string",
    "string-manipulation",
    "stringify",
    "typescript",
    "ucs-2",
    "unicode",
    "utf-16",
    "utf-8"
  ],
  "license": "MIT",
  "homepage": "https://www.github.com/ehmicky/string-byte-length",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ehmicky/string-byte-length.git"
  },
  "bugs": {
    "url": "https://github.com/ehmicky/string-byte-length/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^3.0.33",
    "@ehmicky/eslint-config": "^20.0.31",
    "@ehmicky/prettier-config": "^1.0.6",
    "spyd": "^0.8.3",
    "test-each": "^7.0.1"
  },
  "engines": {
    "node": ">=18.18.0"
  }
}
