UNPKG

@accounts/graphql-client

Version:

GraphQL client transport for accounts

50 lines (49 loc) 1.52 kB
{ "name": "@accounts/graphql-client", "version": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "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-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "@accounts/types": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3", "@graphql-codegen/add": "5.0.2", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/typed-document-node": "5.0.6", "@graphql-codegen/typescript": "4.0.6", "@graphql-codegen/typescript-operations": "4.2.0", "@graphql-typed-document-node/core": "3.2.0", "graphql": "16.8.1" } }