@gqlts/runtime
Version:
Gqlts runtime client
121 lines (120 loc) • 2.82 kB
JSON
{
"name": "@gqlts/runtime",
"version": "3.2.22-beta.37",
"description": "Gqlts runtime client",
"keywords": [
"gqlts",
"graphql",
"axios",
"typescript",
"types-graphql",
"types-graphql-client",
"types-graphql-axios",
"graphql-sdk",
"graphql-sdk-generator",
"graphql-sdk-cli",
"graphql-subscriptions",
"graphql-subscriptions-client",
"graphql-typescript",
"graphql-axios-client",
"graphql-typescript-client",
"graphql-typescript-sdk"
],
"homepage": "https://gqlts.vercel.app",
"repository": "github:meabed/gqlts",
"license": "MIT",
"author": {
"name": "Mohamed Meabed",
"email": "mo@meabed.com",
"url": "https://meabed.com"
},
"maintainers": [
{
"name": "Mohamed Meabed",
"email": "mo@meabed.com",
"url": "https://meabed.com"
}
],
"sideEffects": false,
"main": "dist/index.js",
"module": "esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"esm",
"src"
],
"scripts": {
"build": "rm -rf dist esm *.tsbuildinfo && tsc && tsc -m ESNext --outDir esm",
"compile": "sucrase -q ./src -d ./dist --transforms typescript,imports",
"start": "tsdx watch",
"test": "yarn typesTests && jest",
"typesTests": "tsc -p src/client/__tests__/tsconfig.json",
"watch": "tsc -w"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.ts",
"!**/node_modules/**",
"!src/_old/**",
"!**/*.case.ts",
"!src/testHelpers/**/*.ts"
],
"coverageReporters": [
"text"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"modulePaths": [
"<rootDir>"
],
"roots": [
"<rootDir>/src"
],
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
"transform": {
".(js|jsx|ts|tsx)": "@sucrase/jest-plugin"
}
},
"dependencies": {
"axios": "1.7.9",
"form-data": "4.0.1",
"graphql-ws": "5.16.0",
"is-plain-obj": "4.1.0",
"lodash.assign": "4.2.0",
"lodash.get": "4.4.2",
"lodash.startswith": "4.2.1",
"ws": "8.18.0",
"zen-observable-ts": "1.1.0"
},
"devDependencies": {
"@sucrase/jest-plugin": "3.0.0",
"@types/common-tags": "1.8.4",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/lodash.assign": "4.2.9",
"@types/lodash.get": "4.4.9",
"@types/lodash.startswith": "4.2.9",
"@types/node": "22.10.1",
"@types/qs": "6.9.17",
"@types/ws": "8.5.13",
"common-tags": "1.8.2",
"dotenv": "16.4.7",
"jest": "29.7.0",
"sucrase": "3.35.0",
"ts-jest": "29.2.5",
"tslib": "2.8.1",
"utility-types": "3.11.0"
},
"peerDependencies": {
"graphql": "*"
},
"_": "[bump]"
}