mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 21:45:53 -05:00
19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"name": "@metafam/codegen",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.x.x"
|
|
},
|
|
"scripts": {
|
|
"update-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"
|
|
},
|
|
"dependencies": {
|
|
"graphql-tag": "^2.10.4"
|
|
},
|
|
"devDependencies": {
|
|
"env-cmd": "^10.1.0",
|
|
"get-graphql-schema": "^2.1.2"
|
|
}
|
|
}
|