{ "name": "@urql/storage-rn", "version": "1.1.2", "sideEffects": false, "description": "Graphcache offline storage for React Native", "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": "packages/storage-rn" }, "keywords": [ "urql", "graphql client", "graphql", "exchanges", "react native", "offline", "storage" ], "main": "dist/urql-storage-rn", "module": "dist/urql-storage-rn.mjs", "types": "dist/urql-storage-rn.d.ts", "source": "src/index.ts", "files": [ "LICENSE", "CHANGELOG.md", "README.md", "dist/" ], "exports": { ".": { "types": "./dist/urql-storage-rn.d.ts", "import": "./dist/urql-storage-rn.mjs", "require": "./dist/urql-storage-rn.js", "source": "./src/index.ts" }, "./package.json": "./package.json" }, "scripts": { "clean": "rimraf dist", "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" }, "peerDependencies": { "@react-native-async-storage/async-storage": "^1.15.5 || ^2.0.0", "@react-native-community/netinfo": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^11.0.0", "@urql/exchange-graphcache": ">=5.0.0" }, "devDependencies": { "@react-native-async-storage/async-storage": "^2.2.0", "@react-native-community/netinfo": "^11.2.1", "@urql/core": "workspace:*", "@urql/exchange-graphcache": "workspace:*" }, "publishConfig": { "access": "public", "provenance": true } }