@gqlts/runtime
Version:
Gqlts runtime client
123 lines (122 loc) • 3.52 kB
JSON
{
"name": "@gqlts/runtime",
"version": "3.4.2",
"description": "Gqlts runtime client",
"keywords": [
"axios",
"gqlts",
"graphql",
"graphql-axios-client",
"graphql-sdk",
"graphql-sdk-cli",
"graphql-sdk-generator",
"graphql-subscriptions",
"graphql-subscriptions-client",
"graphql-typescript",
"graphql-typescript-client",
"graphql-typescript-sdk",
"types-graphql",
"types-graphql-axios",
"types-graphql-client",
"typescript"
],
"homepage": "https://gqlts.vercel.app",
"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"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/meabed/gqlts.git",
"directory": "runtime"
},
"files": [
"dist",
"esm",
"src"
],
"sideEffects": false,
"main": "./dist/index.js",
"module": "./esm/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./esm/index.js",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./fetcher": {
"types": "./dist/fetcher.d.ts",
"import": "./esm/fetcher.js",
"require": "./dist/fetcher.js",
"default": "./dist/fetcher.js"
},
"./extract-files": {
"types": "./dist/extract-files/extract-files.d.ts",
"import": "./esm/extract-files/extract-files.js",
"require": "./dist/extract-files/extract-files.js",
"default": "./dist/extract-files/extract-files.js"
},
"./dist/extract-files": {
"types": "./dist/extract-files/extract-files.d.ts",
"import": "./esm/extract-files/extract-files.js",
"require": "./dist/extract-files/extract-files.js",
"default": "./dist/extract-files/extract-files.js"
},
"./dist/extract-files/extract-files": {
"types": "./dist/extract-files/extract-files.d.ts",
"import": "./esm/extract-files/extract-files.js",
"require": "./dist/extract-files/extract-files.js",
"default": "./dist/extract-files/extract-files.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "rm -rf dist esm *.tsbuildinfo && tsgo -p tsconfig.json && tsgo -p tsconfig.esm.json",
"test": "bun run typecheck:test && bun test src",
"tsgo": "tsgo -p tsconfig.json --noEmit && tsgo -p src/client/__tests__/tsconfig.json",
"typecheck": "tsgo -p tsconfig.json --noEmit",
"typecheck:test": "tsgo -p src/client/__tests__/tsconfig.json",
"typesTests": "bun run typecheck:test",
"watch": "tsgo -p tsconfig.json --watch"
},
"dependencies": {
"axios": "1.16.1",
"form-data": "4.0.5",
"graphql-ws": "6.0.8",
"is-plain-obj": "4.1.0",
"lodash.assign": "4.2.0",
"lodash.get": "4.4.2",
"lodash.startswith": "4.2.1",
"ws": "8.21.0",
"zen-observable-ts": "1.1.0"
},
"devDependencies": {
"@types/bun": "1.3.14",
"@types/common-tags": "1.8.4",
"@types/lodash": "4.17.24",
"@types/lodash.assign": "4.2.9",
"@types/lodash.get": "4.4.9",
"@types/lodash.startswith": "4.2.9",
"@types/node": "25.9.1",
"@types/qs": "6.15.1",
"@types/ws": "8.18.1",
"common-tags": "1.8.2",
"dotenv": "17.4.2",
"tslib": "2.8.1",
"utility-types": "3.11.0"
},
"peerDependencies": {
"graphql": "*"
}
}