Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
at main 2.6 kB view raw
1{ 2 "name": "@urql/exchange-graphcache", 3 "version": "9.0.0", 4 "description": "A normalized and configurable cache exchange for urql", 5 "sideEffects": false, 6 "homepage": "https://formidable.com/open-source/urql/docs/graphcache", 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 "license": "MIT", 9 "author": "urql GraphQL Contributors", 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/urql-graphql/urql.git", 13 "directory": "exchanges/graphcache" 14 }, 15 "keywords": [ 16 "urql", 17 "state management", 18 "normalized cache", 19 "cache", 20 "formidablelabs", 21 "exchanges" 22 ], 23 "main": "dist/urql-exchange-graphcache", 24 "module": "dist/urql-exchange-graphcache.mjs", 25 "types": "dist/urql-exchange-graphcache.d.ts", 26 "source": "src/index.ts", 27 "exports": { 28 ".": { 29 "types": "./dist/urql-exchange-graphcache.d.ts", 30 "import": "./dist/urql-exchange-graphcache.mjs", 31 "require": "./dist/urql-exchange-graphcache.js", 32 "source": "./src/index.ts" 33 }, 34 "./package.json": "./package.json", 35 "./extras": { 36 "types": "./dist/urql-exchange-graphcache-extras.d.ts", 37 "import": "./dist/urql-exchange-graphcache-extras.mjs", 38 "require": "./dist/urql-exchange-graphcache-extras.js", 39 "source": "./src/extras/index.ts" 40 }, 41 "./default-storage": { 42 "types": "./dist/urql-exchange-graphcache-default-storage.d.ts", 43 "import": "./dist/urql-exchange-graphcache-default-storage.mjs", 44 "require": "./dist/urql-exchange-graphcache-default-storage.js", 45 "source": "./src/default-storage/index.ts" 46 } 47 }, 48 "files": [ 49 "LICENSE", 50 "CHANGELOG.md", 51 "README.md", 52 "dist/", 53 "extras/", 54 "default-storage/" 55 ], 56 "scripts": { 57 "test": "vitest", 58 "clean": "rimraf dist extras", 59 "check": "tsc --noEmit", 60 "lint": "eslint --ext=js,jsx,ts,tsx .", 61 "build": "rollup -c ../../scripts/rollup/config.mjs", 62 "prepare": "node ../../scripts/prepare/index.js", 63 "prepublishOnly": "run-s clean build" 64 }, 65 "peerDependencies": { 66 "@urql/core": "^6.0.0" 67 }, 68 "dependencies": { 69 "@0no-co/graphql.web": "^1.0.13", 70 "@urql/core": "workspace:^6.0.1", 71 "wonka": "^6.3.2" 72 }, 73 "devDependencies": { 74 "@cypress/react": "^8.0.2", 75 "@urql/core": "workspace:*", 76 "@urql/exchange-execute": "workspace:*", 77 "@urql/introspection": "workspace:*", 78 "cypress": "^13.14.0", 79 "graphql": "^16.6.0", 80 "react": "^17.0.1", 81 "react-dom": "^17.0.1", 82 "urql": "workspace:*" 83 }, 84 "publishConfig": { 85 "access": "public", 86 "provenance": true 87 } 88}