ts-graphql-query-genrator
Version:
Use the power of typescript to create graphql query
31 lines (30 loc) • 792 B
JSON
{
"name": "ts-graphql-query-genrator",
"version": "0.0.1",
"description": "Use the power of typescript to create graphql query",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/TheKeyblader/ts-graphql-query-generator"
},
"devDependencies": {
"@types/lodash": "4.14.116",
"typescript": "3.0.1"
},
"dependencies": {
"lodash": "4.17.10"
},
"keywords": [
"graphql",
"typescript",
"query-generator",
"client"
],
"homepage": "https://github.com/TheKeyblader/ts-graphql-query-generator#readme",
"author": "Jean-François Pustay",
"license": "MIT"
}