{ "name": "fluxer-pg-to-cassandra", "version": "1.0.0", "description": "Migrate a self-hosted Fluxer instance from the PostgreSQL KV backend to the native Apache Cassandra schema.", "type": "module", "license": "AGPL-3.0-or-later", "scripts": { "dry-run": "node migrate.mjs --dry-run", "migrate": "node migrate.mjs" }, "dependencies": { "cassandra-driver": "^4.7.2", "pg": "^8.13.3" } }