Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
at main 17 lines 320 B view raw
1{ 2 "name": "@hey/data", 3 "version": "0.0.0", 4 "private": true, 5 "license": "AGPL-3.0", 6 "scripts": { 7 "typecheck": "tsc --pretty" 8 }, 9 "dependencies": { 10 "@lens-chain/sdk": "^1.0.3" 11 }, 12 "devDependencies": { 13 "@hey/config": "workspace:*", 14 "@types/node": "^24.9.1", 15 "typescript": "^5.9.3" 16 } 17}