UNPKG

@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.31 kB
{ "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.2.0", "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.7.7", "fast-glob": "3.3.2", "graphql": "16.9.0" }, "devDependencies": { "@types/node": "22.7.4", "@vitest/coverage-v8": "2.1.1", "nock": "13.5.5", "rollup": "4.24.0", "typescript": "5.6.2", "vite": "5.4.8", "vitest": "2.1.1" }, "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" } }