UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@graphql-hive/client",
3 "version": "0.18.5",
4 "description": "A NodeJS client for GraphQL Hive",
5 "peerDependencies": {
6 "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
7 },
8 "dependencies": {
9 "@graphql-hive/core": "^0.2.2",
10 "@graphql-tools/utils": "^8.0.0",
11 "async-retry": "1.3.3",
12 "axios": "^0.27.0",
13 "tiny-lru": "8.0.2"
14 },
15 "repository": {
16 "type": "git",
17 "url": "kamilkisiela/graphql-hive",
18 "directory": "packages/libraries/client"
19 },
20 "homepage": "https://graphql-hive.com",
21 "author": {
22 "email": "contact@the-guild.dev",
23 "name": "The Guild",
24 "url": "https://the-guild.dev"
25 },
26 "license": "MIT",
27 "main": "index.js",
28 "module": "index.mjs",
29 "typings": "index.d.ts",
30 "typescript": {
31 "definition": "index.d.ts"
32 },
33 "exports": {
34 ".": {
35 "require": "./index.js",
36 "import": "./index.mjs"
37 },
38 "./*": {
39 "require": "./*.js",
40 "import": "./*.mjs"
41 },
42 "./package.json": "./package.json"
43 }
44}