{
  "name": "weird-json",
  "version": "2.1.4",
  "description": "Strange encoded JSONs",
  "type": "module",
  "main": "src/index.js",
  "scripts": {
    "test": "node tests/run.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/c9fe/weird-json.git"
  },
  "keywords": [
    "JSON",
    "encoding",
    "unicode",
    "UTF32",
    "base36"
  ],
  "author": "@dosy",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/c9fe/weird-json/issues"
  },
  "homepage": "https://github.com/c9fe/weird-json#readme",
  "dependencies": {
    "irradix": "^1.1.0"
  }
}
