UNPKG

1.44 kBJSONView Raw
1{
2 "name": "@accounts/graphql-client",
3 "version": "0.29.0",
4 "description": "GraphQL client transport for accounts",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "clean": "rimraf lib",
9 "start": "tsc --watch",
10 "precompile": "yarn clean",
11 "compile": "yarn generate:graphql && tsc",
12 "generate:graphql": "gql-gen",
13 "prepublishOnly": "yarn compile"
14 },
15 "files": [
16 "src",
17 "lib"
18 ],
19 "jest": {
20 "preset": "ts-jest"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/js-accounts/graphql.git"
25 },
26 "author": "David Yahalomi",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/js-accounts/graphql/issues"
30 },
31 "homepage": "https://github.com/js-accounts/graphql#readme",
32 "peerDependencies": {
33 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
34 },
35 "dependencies": {
36 "@accounts/client": "^0.29.0",
37 "@accounts/types": "^0.29.0",
38 "@graphql-typed-document-node/core": "0.0.1",
39 "tslib": "2.0.0"
40 },
41 "devDependencies": {
42 "@graphql-codegen/add": "1.17.4",
43 "@graphql-codegen/cli": "1.17.4",
44 "@graphql-codegen/typed-document-node": "1.17.4",
45 "@graphql-codegen/typescript": "1.17.4",
46 "@graphql-codegen/typescript-operations": "1.17.4",
47 "@types/jest": "25.2.3",
48 "graphql": "14.6.0",
49 "jest": "26.0.1",
50 "lodash": "4.17.19"
51 },
52 "gitHead": "fefb328a5388404f7f3c725db666321313e2b6ce"
53}