Skip to content

Commit

Permalink
chore(be): packages to parse gtfs data
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Nov 20, 2024
1 parent 12c8faa commit 4e7640b
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 54 deletions.
3 changes: 3 additions & 0 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@fast-csv/parse": "^5.0.2",
"@metro-now/constants": "workspace:*",
"@nestjs/apollo": "^12.2.0",
"@nestjs/cache-manager": "^2.2.2",
Expand All @@ -42,6 +43,7 @@
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"unzipper": "^0.12.3",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -52,6 +54,7 @@
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"@types/supertest": "^6.0.2",
"@types/unzipper": "^0.10.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
Expand Down
154 changes: 100 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e7640b

Please sign in to comment.