{
  "name": "graphile-cache",
  "version": "4.12.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "PostGraphile v5 LRU cache with automatic pool cleanup integration",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "12factor-env": "^1.32.0",
    "@pgpmjs/logger": "^2.25.0",
    "express": "^5.2.1",
    "grafserv": "1.0.1",
    "graphile-realtime-subscriptions": "^1.11.0",
    "lru-cache": "^11.2.7",
    "pg-cache": "^3.27.0",
    "postgraphile": "5.1.4"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "makage": "^0.3.0",
    "nodemon": "^3.1.14",
    "ts-node": "^10.9.2"
  },
  "keywords": [
    "postgraphile",
    "graphile",
    "cache",
    "lru",
    "postgresql",
    "constructive",
    "v5"
  ],
  "gitHead": "b5b6b9f05276b7e9cbd3d1f4acd31dd315c353ea"
}
