{
  "name": "@type-cacheable/core",
  "version": "14.2.2",
  "description": "TypeScript-based caching decorators",
  "main": "dist/index.js",
  "module": "./index.ts",
  "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"
  ],
  "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": {
    "@types/blueimp-md5": "^2.18.2",
    "@types/node": "^25.5.0",
    "@types/serialize-javascript": "^5.0.4",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "blueimp-md5": "^2.19.0",
    "reflect-metadata": "^0.2.2",
    "serialize-javascript": "^7.0.4"
  },
  "gitHead": "1689e788bf82138115d88617d0c394947d9b96bc"
}
