UNPKG

2.82 kBJSONView Raw
1{
2 "name": "@gqlts/runtime",
3 "version": "3.2.20-beta.228",
4 "description": "Gqlts runtime client",
5 "keywords": [
6 "gqlts",
7 "graphql",
8 "axios",
9 "typescript",
10 "types-graphql",
11 "types-graphql-client",
12 "types-graphql-axios",
13 "graphql-sdk",
14 "graphql-sdk-generator",
15 "graphql-sdk-cli",
16 "graphql-subscriptions",
17 "graphql-subscriptions-client",
18 "graphql-typescript",
19 "graphql-axios-client",
20 "graphql-typescript-client",
21 "graphql-typescript-sdk"
22 ],
23 "homepage": "https://gqlts.vercel.app",
24 "repository": "github:meabed/gqlts",
25 "license": "MIT",
26 "author": {
27 "name": "Mohamed Meabed",
28 "email": "mo@meabed.com",
29 "url": "https://meabed.com"
30 },
31 "maintainers": [
32 {
33 "name": "Mohamed Meabed",
34 "email": "mo@meabed.com",
35 "url": "https://meabed.com"
36 }
37 ],
38 "sideEffects": false,
39 "main": "dist/index.js",
40 "module": "esm/index.js",
41 "types": "dist/index.d.ts",
42 "files": [
43 "dist",
44 "esm",
45 "src"
46 ],
47 "scripts": {
48 "build": "rm -rf dist esm *.tsbuildinfo && tsc && tsc -m ESNext --outDir esm",
49 "compile": "sucrase -q ./src -d ./dist --transforms typescript,imports",
50 "start": "tsdx watch",
51 "test": "yarn typesTests && jest",
52 "typesTests": "tsc -p src/client/__tests__/tsconfig.json",
53 "watch": "tsc -w"
54 },
55 "jest": {
56 "collectCoverageFrom": [
57 "src/**/*.ts",
58 "!**/node_modules/**",
59 "!src/_old/**",
60 "!**/*.case.ts",
61 "!src/testHelpers/**/*.ts"
62 ],
63 "coverageReporters": [
64 "text"
65 ],
66 "moduleFileExtensions": [
67 "ts",
68 "tsx",
69 "js",
70 "jsx",
71 "json",
72 "node"
73 ],
74 "modulePaths": [
75 "<rootDir>"
76 ],
77 "roots": [
78 "<rootDir>/src"
79 ],
80 "testEnvironment": "node",
81 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
82 "transform": {
83 ".(js|jsx|ts|tsx)": "@sucrase/jest-plugin"
84 }
85 },
86 "dependencies": {
87 "axios": "1.6.8",
88 "form-data": "4.0.0",
89 "graphql-ws": "5.15.0",
90 "is-plain-obj": "4.1.0",
91 "lodash.assign": "4.2.0",
92 "lodash.get": "4.4.2",
93 "lodash.startswith": "4.2.1",
94 "ws": "8.16.0",
95 "zen-observable-ts": "1.1.0"
96 },
97 "devDependencies": {
98 "@sucrase/jest-plugin": "3.0.0",
99 "@types/common-tags": "1.8.4",
100 "@types/jest": "29.5.12",
101 "@types/lodash": "4.17.0",
102 "@types/lodash.assign": "4.2.9",
103 "@types/lodash.get": "4.4.9",
104 "@types/lodash.startswith": "4.2.9",
105 "@types/node": "20.11.30",
106 "@types/qs": "6.9.13",
107 "@types/ws": "8.5.10",
108 "common-tags": "1.8.2",
109 "dotenv": "16.4.5",
110 "jest": "29.7.0",
111 "sucrase": "3.35.0",
112 "ts-jest": "29.1.2",
113 "tslib": "2.6.2",
114 "utility-types": "3.11.0"
115 },
116 "peerDependencies": {
117 "graphql": "*"
118 },
119 "_": "[bump]"
120}