@iocium/cachekit
Version:
A pluggable, backend-agnostic caching adapter for Node.js and serverless platforms
41 lines (40 loc) • 923 B
JSON
{
"name": "@iocium/cachekit",
"version": "1.0.1",
"description": "A pluggable, backend-agnostic caching adapter for Node.js and serverless platforms",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"build:tsup": "tsup src/index.ts --dts --format esm,cjs --out-dir dist",
"test": "jest",
"test:coverage": "jest --coverage",
"docs": "typedoc"
},
"keywords": [
"cache",
"intel",
"threat-intel",
"ttl",
"cloudflare",
"kv",
"d1",
"redis",
"ioc",
"pluggable"
],
"author": "Iocium",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20250514.0",
"@types/jest": "^29.5.14",
"auto-changelog": "^2.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.3",
"tsup": "^8.4.0",
"typedoc": "^0.28.4",
"typescript": "^5.8.3"
}
}