{
  "name": "utf-helpers",
  "version": "0.0.3",
  "description": "A zero-dependency tool to encode/decode UTF-8, UTF-16 and hex strings. For browser and Node.js. With typings.",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist && mkdirp dist",
    "build": "npm run clean && tsup --config configs/tsup.config.ts && npm run copy_files",
    "copy_files": "cpy ./package.json ./README.md ./dist",
    "patch": "npm run release -- -i patch --ci",
    "release": "dotenv -e ./configs/.release.env -- release-it --config ./configs/.release-it.js --github.release",
    "testrun": "vitest run",
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fend25/utf-helpers"
  },
  "keywords": [
    "utf",
    "utf8",
    "utf-8",
    "utf16",
    "utf-16",
    "encoding",
    "hex",
    "string",
    "hex-string"
  ],
  "author": "Alex Saft <fend25@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fend25/utf-helpers/issues"
  },
  "homepage": "https://github.com/fend25/utf-helpers#readme",
  "devDependencies": {
    "cpy-cli": "^4.2.0",
    "dotenv": "^16.0.2",
    "dotenv-cli": "^6.0.0",
    "esno": "^0.16.3",
    "mkdirp": "^1.0.4",
    "release-it": "^15.4.2",
    "rimraf": "^3.0.2",
    "tsup": "^6.2.3",
    "typescript": "^4.8.3",
    "vitest": "^0.23.4"
  }
}
