mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-28 22:48:07 -05:00
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "example-write-data",
|
|
"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",
|
|
"ethers": "^6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^3.12.5",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|