Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Sep 2, 2024
0 parents commit 64f0a66
Show file tree
Hide file tree
Showing 8 changed files with 3,563 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/*
node_modules/*
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "@labdigital/graphql-codegen-bruno",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "tsup",
"clean": "rm -rf dist"
},
"dependencies": {
"@graphql-codegen/cli": "^2.0.0",
"@graphql-codegen/plugin-helpers": "^2.0.0",
"fs-extra": "^10.0.0",
"graphql": "^16.9.0",
"prettier": "^3.3.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/graphql": "^14.5.0",
"@types/node": "^20.0.0",
"tsup": "^8.2.4",
"typescript": "^5.0.0"
},
"packageManager": "pnpm@8.15.8"
}
Loading

0 comments on commit 64f0a66

Please sign in to comment.