{
  "name": "apollo-cache-hermes",
  "version": "0.8.16",
  "description": "A cache implementation for Apollo Client, tuned for performance",
  "license": "Apache-2.0",
  "repository": "convoyinc/apollo-cache-hermes",
  "homepage": "https://github.com/convoyinc/apollo-cache-hermes",
  "bugs": "https://github.com/convoyinc/apollo-cache-hermes/issues",
  "keywords": [
    "apollo",
    "apollo-client",
    "apollo-cache",
    "graphql"
  ],
  "files": [
    "**/*.md",
    "src/**/**.js",
    "src/**/**.d.ts",
    "tsconfig.json"
  ],
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "scripts": {
    "clean": "./scripts/clean.sh",
    "compile": "./scripts/compile.sh",
    "dev": "./scripts/dev.sh",
    "fix-style": "./scripts/fix-style.sh",
    "release": "./scripts/release.sh",
    "test": "./scripts/test.sh",
    "test-compile": "./scripts/test-compile.sh",
    "test-style": "./scripts/test-style.sh",
    "test-unit": "./scripts/test-unit.sh",
    "test-unit-coverage": "./scripts/test-unit-coverage.sh",
    "test-audit": "node ./node_modules/.bin/audit-ci --config .audit-ci.json --pass-enoaudit"
  },
  "devDependencies": {
    "@types/chai": "^4.0.10",
    "@types/chai-as-promised": "^7.1.0",
    "@types/deep-freeze-strict": "^1.1.0",
    "@types/lodash": "^4.14.102",
    "@types/lodash.findindex": "^4.6.3",
    "@types/lodash.isequal": "^4.3.3",
    "@types/lodash.set": "^4.3.3",
    "@types/node": "^14.0.27",
    "@types/react": "^16.9.44",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "audit-ci": "^2.4.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-jest-diff": "^1.0.2",
    "eslint": "^7.6.0",
    "eslint-plugin-eslint-comments": "^3.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^22.0.0",
    "graphql": "^15.3.0",
    "graphql-tag": "^2.11.0",
    "jest": "^26.2.2",
    "jest-junit": "^5.0.0",
    "lodash": "^4.17.5",
    "react": "^16.13.1",
    "rimraf": "^2.6.2",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@apollo/client": "^3.1.2",
    "@wry/equality": "^0.2.0",
    "deep-freeze-strict": "^1.0.0",
    "lodash.findindex": "^4.0.0",
    "lodash.isequal": "^4.5.0",
    "lodash.set": "^4.0.0",
    "make-error": "^1.3.0",
    "subscriptions-transport-ws": "^0.9.17",
    "ts-invariant": "^0.4.4",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@apollo/client": "^3.1.2"
  }
}