Created
January 22, 2022 20:12
-
-
Save colinfwren/2a6953fc81e5682c751723ece9fafa45 to your computer and use it in GitHub Desktop.
Package.json for publshing schema and types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@your-org/graphql-schema", | |
"version": "0.0.1", | |
"description": "GraphQL Schemas for generating types", | |
"main": "schema.graphql", | |
"types": "types.d.ts", | |
"files": [ | |
"schema.graphql", | |
"types.d.ts" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment