UNPKG

523 BJSONView Raw
1{
2 "name": "@graphql-mesh/transform-naming-convention",
3 "version": "0.5.6",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@graphql-mesh/types": "0.11.0",
10 "@graphql-tools/utils": "6.2.2",
11 "@graphql-tools/wrap": "6.2.3",
12 "change-case": "4.1.1",
13 "lower-case": "2.0.1",
14 "upper-case": "2.0.1"
15 },
16 "license": "MIT",
17 "main": "index.cjs.js",
18 "module": "index.esm.js",
19 "typings": "index.d.ts",
20 "typescript": {
21 "definition": "index.d.ts"
22 }
23}