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