mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-12 05:55:16 -05:00
* docs(hub-nodejs): example that demonstrates writing messages to hubs * docs: renaming things for clarity
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"name": "example-write-user-data",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "tsx index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@farcaster/hub-nodejs": "^0.5.0",
|
|
"ethers": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^3.12.5",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|