Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"private": true,
"scripts": {
"generate": "graphql-codegen -r ts-node/register"
},
"dependencies": {
"graphql": "^16.8.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-tools/utils": "^10.1.2",
"cross-fetch": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"resolutions": {
"immutable": "3.8.3",
"lodash": "4.18.1"
}
}