@graphql-mesh/transform-naming-convention
Version:
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@graphql-mesh/transform-naming-convention",
"version": "0.11.12-alpha-20221013135845-043248ac4",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/types": "0.85.0",
"@graphql-mesh/utils": "0.41.22",
"@graphql-tools/delegate": "9.0.8",
"@graphql-tools/utils": "8.12.0",
"@graphql-tools/wrap": "9.2.3",
"change-case": "4.1.2",
"graphql-scalars": "1.19.0",
"lower-case": "2.0.2",
"tslib": "2.4.0",
"upper-case": "2.0.2"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/transforms/naming-convention"
},
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}