@graphql-markdown/types
Version:
Common types for @graphql-markdown packages
36 lines (35 loc) • 857 B
JSON
{
"name": "@graphql-markdown/types",
"version": "1.7.0",
"description": "Common types for @graphql-markdown packages",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-markdown/graphql-markdown.git",
"directory": "packages/types"
},
"keywords": [
"graphql-markdown",
"types",
"typescript"
],
"author": "Gregory Heitz",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphql-markdown/graphql-markdown/issues"
},
"homepage": "https://github.com/graphql-markdown/graphql-markdown#readme",
"types": "src/index.d.ts",
"devDependencies": {
"graphql": "16.10.0",
"@graphql-tools/load": "8.0.19",
"@graphql-tools/utils": "10.8.6",
"graphql-config": "5.1.3"
},
"publishConfig": {
"directory": "src",
"access": "public"
},
"files": [
"src"
]
}