UNPKG

@graphql-markdown/docusaurus

Version:

Docusaurus plugin for generating Markdown documentation from a GraphQL schema.

97 lines (96 loc) 2.23 kB
{ "name": "@graphql-markdown/docusaurus", "homepage": "https://graphql-markdown.dev", "description": "Docusaurus plugin for generating Markdown documentation from a GraphQL schema.", "bugs": { "url": "https://github.com/graphql-markdown/graphql-markdown/issues" }, "version": "1.30.1", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/graphql-markdown/graphql-markdown.git", "directory": "packages/docusaurus" }, "keywords": [ "docusaurus", "graphql", "graphql-schema", "documentation", "plugin", "markdown", "graphql-markdown" ], "author": { "name": "Gregory Heitz" }, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./mdx": { "require": { "types": "./dist/mdx/index.d.ts", "default": "./dist/mdx/index.js" }, "import": { "types": "./dist/mdx/index.d.ts", "default": "./dist/mdx/index.js" }, "default": { "types": "./dist/mdx/index.d.ts", "default": "./dist/mdx/index.js" } }, "./package.json": "./package.json" }, "scripts": { "prepack": "pinst --disable", "postpack": "pinst --enable", "stryker": "stryker run", "clean": "rm -rf ./dist", "docs": "typedoc" }, "dependencies": { "@graphql-markdown/cli": "^0.4.1", "@graphql-markdown/logger": "^1.0.5", "@graphql-markdown/utils": "^1.9.0", "@docusaurus/utils": ">=3.2.0" }, "devDependencies": { "@docusaurus/types": "^3.7.0", "@graphql-markdown/types": "^1.8.0" }, "peerDependencies": { "@docusaurus/logger": "*" }, "directories": { "test": "tests" }, "engines": { "node": ">=16.14" }, "publishConfig": { "directory": "dist", "access": "public" }, "typescript": { "definition": "dist/index.d.ts" }, "files": [ "dist" ] }