{
  "name": "apollo-server-caching",
  "version": "0.1.0",
  "author": "opensource@apollographql.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-caching"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "compile": "tsc",
    "prepublish": "npm run clean && npm run compile"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "lru-cache": "^4.1.3"
  },
  "devDependencies": {
    "@types/lru-cache": "4.1.1"
  }
}