UNPKG

668 BJSONView Raw
1{
2 "name": "@graphql-mesh/thrift",
3 "version": "0.5.46",
4 "sideEffects": false,
5 "peerDependencies": {
6 "graphql": "*"
7 },
8 "dependencies": {
9 "@ardatan/aggregate-error": "0.0.6",
10 "@creditkarma/thrift-client": "0.16.1",
11 "@creditkarma/thrift-parser": "1.2.0",
12 "@creditkarma/thrift-server-core": "0.16.1",
13 "@graphql-mesh/types": "0.30.0",
14 "@graphql-mesh/utils": "0.8.7",
15 "fetchache": "0.0.4",
16 "graphql-scalars": "1.7.0",
17 "thrift": "0.13.0",
18 "url-join": "4.0.1"
19 },
20 "license": "MIT",
21 "main": "index.cjs.js",
22 "module": "index.esm.js",
23 "typings": "index.d.ts",
24 "typescript": {
25 "definition": "index.d.ts"
26 }
27}