{
	"name": "@hokify/node-ts-cache",
	"version": "6.0.1",
	"description": "Simple and extensible caching module supporting decorators",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"publishConfig": {
		"access": "public"
	},
	"type": "module",
	"engines": {
		"node": ">=18.0.0"
	},
	"scripts": {
		"test": "mocha --loader=ts-node/esm test/**/*.test.ts",
		"tdd": "mocha --loader=ts-node/esm -w",
		"tdd-debug-brk": "mocha --loader=ts-node/esm --inspect-brk",
		"build": "tsc -p .",
		"prepublishOnly": "tsc -p .",
		"clean": "git clean -fdx src",
		"dev": "tsc -p . -w"
	},
	"devDependencies": {
		"ioredis": "^5.3.2",
		"ioredis-mock": "^8.9.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hokify/node-ts-cache.git"
	},
	"keywords": [
		"node",
		"nodejs",
		"cache",
		"typescript",
		"ts",
		"caching",
		"memcache",
		"memory-cache",
		"redis-cache",
		"redis",
		"cache",
		"file-cache",
		"node-cache",
		"ts-cache"
	],
	"files": [
		"dist"
	],
	"author": "Simon Tretter <simon.tretter@hokify.com>",
	"contributors": [
		"Himmet Avsar <avsar.himmet1@gmail.com>"
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/hokify/node-ts-cache/issues"
	},
	"homepage": "https://github.com/hokify/node-ts-cache/tree/master/ts-cache#readme",
	"gitHead": "53edd912e110db5217e228c3ec45a69d424afc9b"
}
