{
  "name": "suku-wallet-utils",
  "version": "1.0.21",
  "description": "A simple package for maintaining and sharing code bases between the CE and the WebApp.",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "lint": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SukuLab/suku-wallet-utils.git"
  },
  "keywords": [
    "suku"
  ],
  "author": "suku",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@types/jest": "^29.5.5",
    "@types/node": "^20.5.4",
    "@types/qs": "^6.9.8",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "ts-jest": "^29.1.1",
    "tsup": "^7.2.0",
    "typescript": "^5.1.6"
  },
  "bugs": {
    "url": "https://github.com/SukuLab/suku-wallet-utils/issues"
  },
  "homepage": "https://github.com/SukuLab/suku-wallet-utils#readme",
  "dependencies": {
    "eth-create2": "^1.0.1",
    "ethers": "^6.7.1",
    "qs": "^6.11.2",
    "uuidv4": "^6.2.13"
  }
}
