{
  "name": "@accounts/graphql-client",
  "version": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
  "description": "GraphQL client transport for accounts",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "yarn run -T rimraf lib",
    "start": "yarn run -T tsc --watch",
    "precompile": "yarn run clean",
    "compile": "yarn run generate:graphql && yarn run -T tsc",
    "generate:graphql": "yarn run gql-gen",
    "prepublishOnly": "yarn run compile"
  },
  "files": [
    "src",
    "lib"
  ],
  "jest": {
    "preset": "ts-jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/js-accounts/graphql.git"
  },
  "author": "David Yahalomi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/js-accounts/graphql/issues"
  },
  "homepage": "https://github.com/js-accounts/graphql#readme",
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "tslib": "2.6.2"
  },
  "devDependencies": {
    "@accounts/client": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/types": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@graphql-codegen/add": "5.0.0",
    "@graphql-codegen/cli": "5.0.0",
    "@graphql-codegen/typed-document-node": "5.0.1",
    "@graphql-codegen/typescript": "4.0.1",
    "@graphql-codegen/typescript-operations": "4.0.1",
    "@graphql-typed-document-node/core": "3.2.0",
    "graphql": "16.8.1"
  }
}
