{ "name": "@urql/exchange-execute", "version": "3.0.0", "description": "An exchange for executing queries against a local schema in urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", "bugs": "https://github.com/urql-graphql/urql/issues", "license": "MIT", "author": "urql GraphQL Contributors", "repository": { "type": "git", "url": "https://github.com/urql-graphql/urql.git", "directory": "exchanges/execute" }, "keywords": [ "urql", "exchange", "execute", "executable schema", "graphql", "exchanges" ], "main": "dist/urql-exchange-execute", "module": "dist/urql-exchange-execute.mjs", "types": "dist/urql-exchange-execute.d.ts", "source": "src/index.ts", "exports": { ".": { "types": "./dist/urql-exchange-execute.d.ts", "import": "./dist/urql-exchange-execute.mjs", "require": "./dist/urql-exchange-execute.js", "source": "./src/index.ts" }, "./package.json": "./package.json" }, "files": [ "LICENSE", "CHANGELOG.md", "README.md", "dist/" ], "scripts": { "test": "vitest", "clean": "rimraf dist extras", "check": "tsc --noEmit", "lint": "eslint --ext=js,jsx,ts,tsx .", "build": "rollup -c ../../scripts/rollup/config.mjs", "prepare": "node ../../scripts/prepare/index.js", "prepublishOnly": "run-s clean build" }, "dependencies": { "@urql/core": "workspace:^6.0.1", "wonka": "^6.3.2" }, "peerDependencies": { "@urql/core": "^6.0.0", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "devDependencies": { "@urql/core": "workspace:*", "graphql": "^16.0.0" }, "publishConfig": { "access": "public", "provenance": true } }