{
  "name": "@msafe/sui3-utils",
  "version": "5.0.3-pre-f6292a1.0",
  "description": "Common Utils for MSafe SUI V3",
  "type": "commonjs",
  "repository": "git@github.com:Momentum-Safe/msafe-sui3-sdk.git",
  "author": "MSafe <admin@m-safe.io>",
  "license": "MIT",
  "devDependencies": {
    "@mysten/sui.js": "^0.54.1",
    "@types/jest": "^29.5.8",
    "@types/node": "^20.9.2",
    "@typescript-eslint/eslint-plugin": "^6.19.1",
    "@typescript-eslint/parser": "^6.19.1",
    "eslint": "^8.56.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-unused-imports": "^3.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.2.0",
    "tsup": "^7.2.0",
    "typescript": "^5.2.2"
  },
  "scripts": {
    "build": "tsup --format cjs,esm --dts --clean",
    "build-yalc": "yarn build && yalc publish --private",
    "test": "jest",
    "prerelease": "yarn build && chmod +x ./scripts/prerelease.sh && ./scripts/prerelease.sh",
    "lint": "eslint . --ext .ts,.tsx",
    "lint-fix": "eslint . --ext .ts,.tsx --fix"
  },
  "dependencies": {
    "@msafe/sui3-model": "^1.0.40",
    "@noble/hashes": "^1.3.3",
    "sort-keys-recursive": "^2.1.10"
  },
  "files": [
    "dist",
    "src",
    "package.json",
    "tsconfig.json"
  ],
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "peerDependencies": {
    "@mysten/sui.js": ">0.50.0"
  }
}
