@magidoc/rollup-plugin-gql-schema
Version:
A Rollup and ViteJS plugin that allows to parse a GraphQL Schema from a target URL and save it to a target output folder, or to parse it from the disk and convert it to a desired format.
47 lines • 1.32 kB
JSON
{
"name": "@magidoc/rollup-plugin-gql-schema",
"description": "A Rollup and ViteJS plugin that allows to parse a GraphQL Schema from a target URL and save it to a target output folder, or to parse it from the disk and convert it to a desired format.",
"private": false,
"version": "6.4.5",
"type": "module",
"license": "MIT",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"keywords": [
"rollup-plugin",
"vite-plugin",
"graphql",
"graphql-schema",
"magidoc"
],
"homepage": "https://magidoc.js.org/plugins/rollup-graphql-schema",
"repository": {
"type": "git",
"url": "https://github.com/magidoc-org/magidoc.git",
"directory": "packages/plugins/rollup-plugin-gql-schema"
},
"dependencies": {
"axios": "1.16.0",
"fast-glob": "3.3.3",
"graphql": "16.14.0"
},
"devDependencies": {
"@types/node": "25.7.0",
"@vitest/coverage-v8": "4.1.6",
"nock": "14.0.15",
"rollup": "4.60.3",
"typescript": "6.0.3",
"vite": "8.0.12",
"vitest": "4.1.6"
},
"files": [
"build"
],
"scripts": {
"build": "run-p build:*",
"build:rollup": "rollup -c",
"build:tsc": "tsc --build tsconfig.build.json",
"test": "vitest run --coverage",
"release": "pnpm publish --no-git-checks --access public"
}
}