UNPKG

@giraphql/converter

Version:

A converter for generating GiraphQL SchemaBuilder code from GraphQL SDL

47 lines 1.32 kB
{ "name": "@giraphql/converter", "version": "2.12.0", "description": "A converter for generating GiraphQL SchemaBuilder code from GraphQL SDL", "main": "./lib/index.js", "types": "./lib/index.d.ts", "module": "./esm/index.js", "exports": { "import": "./esm/index.js", "require": "./lib/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/hayes/giraphql.git" }, "author": "Michael Hayes", "license": "ISC", "keywords": [ "giraphql", "graphql", "schema", "typescript", "converter" ], "publishConfig": { "access": "public" }, "dependencies": { "graphql": "16.1.0", "ts-morph": "^13.0.2", "yargs": "^17.3.0" }, "devDependencies": { "@giraphql/core": "^2.22.0", "@giraphql/test-utils": "^0.6.0", "@types/yargs": "^17.0.7" }, "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", "scripts": { "type": "tsc --noEmit && tsc --project tests/tsconfig.json", "build": "pnpm build:cjs && pnpm build:esm", "build:cjs": "tsc --module commonjs --outDir lib", "build:esm": "tsc --module es2020 --outDir esm && pnpm esm:extensions", "esm:extensions": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\" ../../.config/esm-transformer.ts", "test": "pnpm jest" } }