UNPKG

@wora/apollo-cache

Version:
49 lines (48 loc) 1.12 kB
{ "name": "@wora/apollo-cache", "version": "2.3.1", "keywords": [ "cache", "wora", "cache-persist", "inmemory", "apollo" ], "main": "lib/index.js", "license": "MIT", "description": "@wora Apollo Cache", "author": { "name": "morrys" }, "funding": { "url": "https://github.com/sponsors/morrys" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/morrys/wora", "repository": { "type": "git", "url": "https://github.com/morrys/wora" }, "scripts": { "clean": "rimraf lib/*", "clean-dep": "rimraf node_modules/*", "precompile": "npm run clean", "compile": "tsc", "format": "prettier --write \"src/**/*.{j,t}s*\"", "eslint": "eslint ./src --ext .js,.jsx,.ts,.tsx" }, "dependencies": { "@wora/cache-persist": "^2.2.1" }, "peerDependencies": { "apollo-cache-inmemory": ">=1.6.2", "graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0" }, "devDependencies": { "apollo-cache-inmemory": "^1.6.2", "graphql": "14.4.2" }, "gitHead": "c480a4ba992e8e1b82eae70c199158a32e69564c" }