{
  "name": "@dashkite/utf8",
  "version": "1.0.1",
  "description": "UTF-8 encoder and decoder",
  "main": "./lib/utf8.js",
  "exports": {
    ".": {
      "import": "./lib-es6/utf8.js",
      "require": "./lib/utf8.js"
    }
  },
  "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 && tsc --project tsconfig-es6.json",
    "test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json",
    "bench": "node ./lib/utf8.bench.js"
  },
  "devDependencies": {
    "@stablelib/benchmark": "^1.0.1",
    "@stablelib/hex": "^1.0.1"
  }
}
