{
  "name": "@ebenezerdon/ts-node-cache",
  "version": "1.0.11",
  "description": "in-memory cache for nodejs",
  "main": "dist/Cache.js",
  "types": "dist/Cache.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ebenezerdon/ts-node-cache.git"
  },
  "keywords": [
    "in-memory cache",
    "nodejs cache",
    "cache",
    "memory cache",
    "nodejs",
    "npm package",
    "typescript",
    "ts",
    "caching",
    "ts-cache"
  ],
  "author": "Ebenezer Don",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.6",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.4"
  }
}
