/ libs / utils / package.json
package.json
 1  {
 2    "name": "utils",
 3    "version": "0.0.1",
 4    "private": true,
 5    "main": "./dist/index.js",
 6    "module": "./dist/index.mjs",
 7    "types": "./dist/index.d.ts",
 8    "sideEffects": false,
 9    "license": "MIT",
10    "files": [
11      "dist/**"
12    ],
13    "scripts": {
14      "build": "tsup",
15      "dev": "tsup --watch",
16      "lint": "eslint \"src/**/*.{ts,tsx}\" --fix",
17      "typecheck": "tsc --noEmit",
18      "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
19      "generate": "npx zeus https://hats-api-development.up.railway.app/graphql ./src/mesh"
20    },
21    "dependencies": {
22      "@hatsprotocol/constants": "workspace:*",
23      "@hatsprotocol/details-sdk": "0.0.2",
24      "@hatsprotocol/hats-account-sdk": "^0.0.5",
25      "@hatsprotocol/hsg-sdk": "^0.0.15",
26      "@hatsprotocol/modules-sdk": "^1.5.1",
27      "@hatsprotocol/sdk-v1-core": "^0.12.4",
28      "@hatsprotocol/sdk-v1-subgraph": "^1.1.2",
29      "@privy-io/wagmi": "1.0.3",
30      "@rainbow-me/rainbowkit": "^2.2.3",
31      "@safe-global/api-kit": "^2.4.3",
32      "customerio-node": "^4.1.1",
33      "date-fns": "^2.29.3",
34      "graphql": "16.6.0",
35      "graphql-request": "^7.1.2",
36      "lodash": "^4.17.21",
37      "multiformats": "^13.0.1",
38      "next": "15.5.2",
39      "react": "^18.3.1",
40      "react-cmdk": "^1.3.9",
41      "shared": "workspace:*",
42      "types": "workspace:*",
43      "viem": "2.31.7",
44      "wagmi": "^2.15.0"
45    }
46  }