Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
1{
2 "name": "@hey/api",
3 "version": "0.0.0",
4 "private": true,
5 "license": "AGPL-3.0",
6 "scripts": {
7 "build": "echo 'Not required'",
8 "dev": "tsx watch src/index.ts",
9 "start": "tsx watch src/index.ts",
10 "typecheck": "tsc --pretty"
11 },
12 "dependencies": {
13 "@aws-sdk/client-sts": "^3.914.0",
14 "@guildxyz/sdk": "^2.6.9",
15 "@hey/data": "workspace:*",
16 "@hey/helpers": "workspace:*",
17 "@hey/indexer": "workspace:*",
18 "@hono/node-server": "^1.19.5",
19 "@hono/zod-validator": "^0.7.4",
20 "@lens-chain/sdk": "^1.0.3",
21 "dotenv": "^17.2.3",
22 "hono": "^4.10.2",
23 "hono-rate-limiter": "^0.4.2",
24 "jose": "^6.1.0",
25 "linkedom": "^0.18.12",
26 "pg-promise": "^12.2.0",
27 "tsx": "^4.20.6",
28 "viem": "^2.38.3",
29 "zod": "4.1.11"
30 },
31 "devDependencies": {
32 "@hey/config": "workspace:*",
33 "@hey/types": "workspace:*",
34 "@types/node": "^24.9.1",
35 "typescript": "^5.9.3"
36 }
37}