{
  "name": "@type-cacheable/node-cache-adapter",
  "version": "14.1.3",
  "description": "Adapter for using node-cache with type-cacheable",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf ./dist",
    "start": "node ./dist/index.js",
    "test": "jest --coverage --runInBand",
    "test:watch": "jest --watch --runInBand",
    "build": "npm run clean && tsc -p ./tsconfig.json",
    "prepare": "npm run-script build",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joshuaslate/type-cacheable.git"
  },
  "keywords": [
    "cache",
    "typescript",
    "node-cache"
  ],
  "author": {
    "name": "Joshua Slate",
    "url": "https://joshuaslate.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joshuaslate/type-cacheable/issues"
  },
  "homepage": "https://github.com/joshuaslate/type-cacheable#readme",
  "devDependencies": {
    "@type-cacheable/core": "workspace:*",
    "node-cache": "^5.1.2",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@type-cacheable/core": ">=14.0.0 < 15.0.0",
    "node-cache": ">=5.0.0 < 6.0.0"
  },
  "gitHead": "1689e788bf82138115d88617d0c394947d9b96bc"
}
