{
  "name": "@binance/w3w-utils",
  "version": "1.1.8",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@binance/w3w-types": "1.1.4",
    "eventemitter3": "^5.0.0",
    "hash.js": "^1.1.7",
    "js-base64": "^3.7.5"
  },
  "type": "module",
  "scripts": {
    "build": "tsup ./src/index.ts --dts",
    "test": "jest --config ./jest.config.js",
    "test:watch": "jest --config ./jest.config.js --watch"
  }
}