{
  "name": "base32768",
  "version": "5.0.1",
  "description": "Binary-to-text encoding highly optimised for UTF-16",
  "homepage": "https://github.com/qntm/base32768",
  "repository": {
    "type": "git",
    "url": "git://github.com/qntm/base32768.git"
  },
  "type": "module",
  "main": "src/index.js",
  "types": "typings/index.d.ts",
  "scripts": {
    "unit": "node --test --experimental-test-coverage --test-coverage-functions=100 --test-coverage-lines=100 --test-coverage-branches=100",
    "standard": "standard",
    "tag": "node -e \"require('child_process').spawn('git', ['tag', `v${require('./package.json').version}`], { stdio: 'inherit' })\"",
    "tag-and-publish": "npm run tag && git push --tags && npm publish && npm version patch --no-git-tag-version && git add . && git commit -m \"Bump patch\" && git push",
    "test": "npm run standard && npm run unit"
  },
  "keywords": [
    "base64",
    "base32768",
    "encoding",
    "unicode",
    "text",
    "decoding",
    "efficient"
  ],
  "author": "qntm",
  "license": "MIT",
  "devDependencies": {
    "glob": "^13.0.0",
    "safe-code-point": "^3.0.1",
    "standard": "^17.0.0"
  },
  "files": [
    "src",
    "typings"
  ]
}
