{
  "name": "@robby-rabbitman/nx-plus-nx-http-cache",
  "version": "0.10.0",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "description": "HTTP handler for integrating custom cache solutions in Nx workspaces.",
  "repository": {
    "type": "git",
    "url": "https://github.com/RobbyRabbitman/nx-plus.git",
    "directory": "libs/nx-http-cache"
  },
  "keywords": [
    "Nx",
    "Custom Cache",
    "Self-Hosted",
    "Remote Cache"
  ],
  "author": "Robby Rabbitman",
  "homepage": "https://github.com/RobbyRabbitman/nx-plus/tree/main/libs/nx-http-cache",
  "bugs": {
    "url": "https://github.com/RobbyRabbitman/nx-plus/issues"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "devDependencies": {
    "@robby-rabbitman/nx-plus-tools-typescript": "0.0.0",
    "@robby-rabbitman/nx-plus-tools-eslint": "0.0.0",
    "@robby-rabbitman/nx-plus-tools-vitest": "0.0.0"
  },
  "nx": {
    "name": "nx-http-cache",
    "tags": [
      "runtime:node"
    ]
  }
}