@gql2ts/from-schema
Version:
convert a graphql schema to typescript interfaces
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@gql2ts/from-schema",
"private": false,
"version": "2.0.0-4",
"description": "convert a graphql schema to typescript interfaces",
"main": "dist/index.js",
"files": [
"dist"
],
"typings": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avantcredit/gql2ts.git"
},
"keywords": [
"gql2ts",
"graphql",
"typescript"
],
"author": "Brett Jurgens <brett.jurgens@avant.com> (https://www.avant.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/avantcredit/gql2ts/issues"
},
"homepage": "https://github.com/avantcredit/gql2ts#readme",
"dependencies": {
"@gql2ts/language-typescript": "^2.0.0-0",
"@gql2ts/util": "^2.0.0-0",
"dedent": "^0.7.0"
},
"devDependencies": {
"@gql2ts/types": "^2.0.0-0",
"@types/dedent": "^0.7.0",
"graphql": ">= 0.10 <15"
},
"peerDependencies": {
"graphql": ">= 0.10 <15"
}
}