{ "name": "coop-data-migrator", "private": true, "version": "1.0.0", "description": "Migrating (and eventually seeding) our dbs on deploy", "type": "module", "scripts": { "build": "tsc && cp -R src/scripts package.json build/", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Roostorg", "license": "ISC", "dependencies": { "@clickhouse/client": "^1.18.3", "@roostorg/db-migrator": "^1.1.0", "cassandra-driver": "^4.8.0", "csv-parse": "^6.2.1", "kysely": "^0.28.16", "latlon-geohash": "^2.0.0", "lodash": "^4.18.1", "pg": "^8.7.1", "sequelize": "^6.37.8", "ts-node": "^10.9.2", "uid": "^2.0.0", "umzug": "^3.0.0", "uuid": "^14.0.0" }, "overrides": { "ajv": "~8.18.0" }, "devDependencies": { "@types/pg": "^8.10.2", "dotenv": "^17.4.2", "typescript": "^6.0.3" } }