Skip to content

Commit

Permalink
Change the file structure (#45)
Browse files Browse the repository at this point in the history
* Change the file structure

* add fs-extra

* install fs-extra
  • Loading branch information
codingkarthik authored Sep 12, 2024
1 parent 03d8ba1 commit 482b5b7
Show file tree
Hide file tree
Showing 14 changed files with 1,754 additions and 1,453 deletions.
98 changes: 94 additions & 4 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@
"rimraf": "^5.0.7"
},
"dependencies": {
"@hasura/ndc-sdk-typescript": "^6.1.0",
"@azure/cosmos": "^4.0.0",
"@azure/identity": "^4.0.1",
"@hasura/ndc-sdk-typescript": "^6.1.0",
"@types/fs-extra": "^11.0.4",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"quicktype-core": "^23.0.104",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit 482b5b7

Please sign in to comment.