Files
hub-monorepo/packages/hub-nodejs/examples/replicate-data-postgres/package.json
David Furlong d77ea28995 chore: add links support in the replicate to postgres example (#1022)
* chore: add links support in the replicate to postgres example

* chore: add a surrogate key to links table
2023-06-20 09:15:33 -07:00

29 lines
585 B
JSON

{
"name": "example-replicate-data-postgres",
"private": true,
"type": "module",
"version": "0.0.0",
"main": "index.ts",
"scripts": {
"start": "tsx index.ts"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@farcaster/hub-nodejs": "^0.8.0",
"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"
}
}