Mirror of https://github.com/roostorg/coop
github.com/roostorg/coop
1{
2 "name": "coop-data-migrator",
3 "private": true,
4 "version": "1.0.0",
5 "description": "Migrating (and eventually seeding) our dbs on deploy",
6 "type": "module",
7 "scripts": {
8 "build": "tsc && cp -R src/scripts package.json build/",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "author": "Roostorg",
12 "license": "ISC",
13 "dependencies": {
14 "@clickhouse/client": "^1.18.3",
15 "@roostorg/db-migrator": "^1.1.0",
16 "cassandra-driver": "^4.8.0",
17 "csv-parse": "^6.2.1",
18 "kysely": "^0.28.16",
19 "latlon-geohash": "^2.0.0",
20 "lodash": "^4.18.1",
21 "pg": "^8.7.1",
22 "sequelize": "^6.37.8",
23 "ts-node": "^10.9.2",
24 "uid": "^2.0.0",
25 "umzug": "^3.0.0",
26 "uuid": "^14.0.0"
27 },
28 "overrides": {
29 "ajv": "~8.18.0"
30 },
31 "devDependencies": {
32 "@types/pg": "^8.10.2",
33 "dotenv": "^17.4.2",
34 "typescript": "^6.0.3"
35 }
36}