{ "name": "example-make-cast", "private": true, "type": "module", "version": "0.0.0", "main": "index.ts", "scripts": { "start": "tsx index.ts", "typecheck": "yarn tsc --noEmit" }, "dependencies": { "@farcaster/hub-nodejs": "^0.8.4" }, "devDependencies": { "tsx": "^3.12.5", "typescript": "^5.0.0" } }