{ "name": "@hey/api", "version": "0.0.0", "private": true, "license": "AGPL-3.0", "scripts": { "build": "echo 'Not required'", "dev": "tsx watch src/index.ts", "start": "tsx watch src/index.ts", "typecheck": "tsc --pretty" }, "dependencies": { "@aws-sdk/client-sts": "^3.914.0", "@guildxyz/sdk": "^2.6.9", "@hey/data": "workspace:*", "@hey/helpers": "workspace:*", "@hey/indexer": "workspace:*", "@hono/node-server": "^1.19.5", "@hono/zod-validator": "^0.7.4", "@lens-chain/sdk": "^1.0.3", "dotenv": "^17.2.3", "hono": "^4.10.2", "hono-rate-limiter": "^0.4.2", "jose": "^6.1.0", "linkedom": "^0.18.12", "pg-promise": "^12.2.0", "tsx": "^4.20.6", "viem": "^2.38.3", "zod": "4.1.11" }, "devDependencies": { "@hey/config": "workspace:*", "@hey/types": "workspace:*", "@types/node": "^24.9.1", "typescript": "^5.9.3" } }