Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
1{
2 "name": "@hey/helpers",
3 "version": "0.0.0",
4 "private": true,
5 "license": "AGPL-3.0",
6 "scripts": {
7 "typecheck": "tsc --pretty"
8 },
9 "dependencies": {
10 "@hey/data": "workspace:*",
11 "@hey/indexer": "workspace:*",
12 "@hey/types": "workspace:*",
13 "viem": "^2.38.3"
14 },
15 "devDependencies": {
16 "@hey/config": "workspace:*",
17 "@types/node": "^24.9.1",
18 "typescript": "^5.9.3"
19 }
20}