@toptal/davinci-graphql-codegen-extensions
Version:
Toptal Graphql codegen extensions
40 lines (39 loc) • 948 B
JSON
{
"name": "@toptal/davinci-graphql-codegen-extensions",
"version": "1.0.5",
"keywords": [
"codegen",
"graphql"
],
"description": "Toptal Graphql codegen extensions",
"repository": "toptal/davinci.git",
"author": "Toptal",
"license": "SEE LICENSE IN LICENSE.MD",
"bugs": "https://github.com/toptal/davinci/issues",
"homepage": "https://github.com/toptal/davinci/tree/master/packages/codegen-extensions#readme",
"exports": {
".": "./src/index.js",
"./enums-plugin": "./src/enums-plugin.js",
"./schema-loader": "./src/schema-loader.js"
},
"main": "src/index.js",
"files": [
"src",
"CHANGELOG.md"
],
"scripts": {
"test": "jest --runInBand"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.7.1"
},
"devDependencies": {
"@graphql-tools/utils": "^8.12.0"
},
"peerDependencies": {
"graphql": "^16.8.1"
},
"publishConfig": {
"access": "public"
}
}