/ libs / types / package.json
package.json
 1  {
 2    "name": "types",
 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      "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
18    },
19    "dependencies": {
20      "@hatsprotocol/hsg-sdk": "^0.0.15",
21      "@hatsprotocol/modules-sdk": "^1.5.1",
22      "@hatsprotocol/sdk-v1-core": "^0.12.4",
23      "@hatsprotocol/sdk-v1-subgraph": "^1.1.2",
24      "react": "^18.3.1",
25      "react-cmdk": "^1.3.9",
26      "react-icons": "^4.7.1",
27      "viem": "2.31.7"
28    }
29  }