pothos-schema-exporter
Version:
Plugin to output 'schema.graphql' from pothos to file
31 lines (30 loc) • 768 B
JSON
{
"name": "pothos-schema-exporter",
"version": "1.0.0",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"description": "Plugin to output 'schema.graphql' from pothos to file",
"scripts": {
"build": "tsc && tsc --project ./tsconfig.esm.json && cpy esm dist",
"test": "jest"
},
"license": "MIT",
"keywords": [
"graphql",
"pothos",
"schema.graphql"
],
"author": "SoraKumo",
"devDependencies": {
"@pothos/core": "^3.38.0",
"@types/node": "^20.7.0",
"cpy-cli": "^5.0.0",
"graphql": "^16.8.1",
"typescript": "^5.2.2"
},
"repository": "https://github.com/node-libraries/pothos-schema-exporter"
}