{
  "version": "0.1.3",
  "description": "Convert uuid to bytes32",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "ethers": "^6.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "uuid-to-bytes32",
  "author": "0xcuonghx",
  "module": "dist/uuid-to-bytes32.esm.js",
  "size-limit": [
    {
      "path": "dist/uuid-to-bytes32.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/uuid-to-bytes32.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^11.1.4",
    "husky": "^9.0.11",
    "size-limit": "^11.1.4",
    "tsdx": "^0.14.1",
    "tslib": "^2.6.2",
    "typescript": "^5.4.5"
  },
  "keywords": [
    "uuid",
    "bytes32"
  ],
  "repository": "https://github.com/0xcuonghx/ethereum-utils"
}
