@gql2ts/types
Version:
type definitions
34 lines (33 loc) • 762 B
JSON
{
"name": "@gql2ts/types",
"private": false,
"version": "1.9.0",
"description": "type definitions",
"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/util": "^1.9.0"
}
}