Files
hub-monorepo/packages/hub-nodejs/examples/write-data/package.json
Varun Srinivasan 1df9cd6bac docs(hub-nodejs): add examples for constructing casts (#731)
* docs: make configurable parameters in examples clearer

* docs: add example for constructing casts
2023-03-22 21:50:53 -07:00

19 lines
330 B
JSON

{
"name": "example-write-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"
}
}