mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-28 22:48:07 -05:00
30 lines
624 B
JSON
30 lines
624 B
JSON
{
|
|
"name": "example-replicate-data-postgres",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "tsx index.ts",
|
|
"typecheck": "yarn tsc --noEmit"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"dependencies": {
|
|
"@farcaster/hub-nodejs": "^0.10.5",
|
|
"fastq": "^1.15.0",
|
|
"kysely": "^0.24.2",
|
|
"kysely-postgres-js": "^1.1.1",
|
|
"pino": "^8.12.1",
|
|
"pino-pretty": "^10.0.0",
|
|
"postgres": "^3.3.4",
|
|
"pretty-ms": "^8.0.0",
|
|
"tiny-typed-emitter": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^3.12.5",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|