gql2ts
Version:
Convert GraphQL Schema to TypeScript defs
40 lines (39 loc) • 885 B
JSON
{
"name": "gql2ts",
"version": "1.10.1",
"description": "Convert GraphQL Schema to TypeScript defs",
"main": "dist/index.js",
"files": [
"dist"
],
"typings": "dist/index.d.ts",
"dependencies": {
"@gql2ts/from-query": "^1.9.0",
"@gql2ts/from-schema": "^1.10.1",
"@gql2ts/util": "^1.9.0",
"commander": "^2.9.0",
"graphql": ">= 0.10 <15"
},
"devDependencies": {
"@gql2ts/types": "^1.9.0",
"@types/commander": "^2.3.31"
},
"scripts": {
"prepublish": "tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json"
},
"keywords": [
"typescript",
"graphql"
],
"author": "Brett Jurgens <brett.jurgens@avant.com> (https://www.avant.com)",
"license": "MIT",
"repository": "avantcredit/gql2ts",
"bin": {
"gql2ts": "./dist/index.js"
},
"engines": {
"node": ">=6.0.0"
},
"perferGlobal": true
}