@urql/exchange-graphcache
Version:
A normalized and configurable cache exchange for urql
86 lines • 2.47 kB
JSON
{
"name": "@urql/exchange-graphcache",
"version": "7.2.4",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
"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/graphcache"
},
"keywords": [
"urql",
"state management",
"normalized cache",
"cache",
"formidablelabs",
"exchanges"
],
"main": "dist/urql-exchange-graphcache",
"module": "dist/urql-exchange-graphcache.mjs",
"types": "dist/urql-exchange-graphcache.d.ts",
"source": "src/index.ts",
"exports": {
".": {
"types": "./dist/urql-exchange-graphcache.d.ts",
"import": "./dist/urql-exchange-graphcache.mjs",
"require": "./dist/urql-exchange-graphcache.js",
"source": "./src/index.ts"
},
"./package.json": "./package.json",
"./extras": {
"types": "./dist/urql-exchange-graphcache-extras.d.ts",
"import": "./dist/urql-exchange-graphcache-extras.mjs",
"require": "./dist/urql-exchange-graphcache-extras.js",
"source": "./src/extras/index.ts"
},
"./default-storage": {
"types": "./dist/urql-exchange-graphcache-default-storage.d.ts",
"import": "./dist/urql-exchange-graphcache-default-storage.mjs",
"require": "./dist/urql-exchange-graphcache-default-storage.js",
"source": "./src/default-storage/index.ts"
}
},
"files": [
"LICENSE",
"CHANGELOG.md",
"README.md",
"dist/",
"extras/",
"default-storage/"
],
"peerDependencies": {
"@urql/core": "^5.0.0"
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.13",
"@urql/core": "^5.1.2",
"wonka": "^6.3.2"
},
"devDependencies": {
"@cypress/react": "^8.0.2",
"cypress": "^13.14.0",
"graphql": "^16.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@urql/exchange-execute": "2.3.1",
"@urql/introspection": "1.2.1",
"urql": "4.2.2",
"@urql/core": "5.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"test": "vitest",
"clean": "rimraf dist extras",
"check": "tsc --noEmit",
"lint": "eslint --ext=js,jsx,ts,tsx .",
"build": "rollup -c ../../scripts/rollup/config.mjs"
}
}