mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-23 13:17:54 -05:00
26 lines
888 B
JSON
26 lines
888 B
JSON
{
|
|
"name": "@metafam/codegen",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.x.x"
|
|
},
|
|
"scripts": {
|
|
"get-schema": "env-cmd -f ../../.env -x get-graphql-schema -h x-hasura-admin-secret=\\$HASURA_GRAPHQL_ADMIN_SECRET http://localhost:8080/v1/graphql > schema.graphql",
|
|
"update-schema": "yarn get-schema && yarn generate",
|
|
"generate": "graphql-codegen --config=graphql-codegen-gql.yaml && graphql-codegen --config=graphql-codegen-typescript.yaml"
|
|
},
|
|
"dependencies": {
|
|
"graphql-tag": "^2.10.4"
|
|
},
|
|
"devDependencies": {
|
|
"env-cmd": "^10.1.0",
|
|
"graphql-codegen-hasura-client-config": "^4.8.3",
|
|
"graphql-codegen-hasura-core": "^4.8.3",
|
|
"graphql-codegen-hasura-gql": "^4.8.3",
|
|
"graphql-codegen-hasura-react": "^4.8.3",
|
|
"graphql-codegen-hasura-shared": "^4.8.3",
|
|
"graphql-codegen-hasura-typescript": "^4.8.3"
|
|
}
|
|
}
|