@nimpl/cache-adapter
Version:
An adapter that allows you to use any cache handler on the client and server side and switch between them. Adds support for running next.js applications in multiple instances.
35 lines • 633 B
JSON
{
"name": "@nimpl/cache-adapter",
"version": "0.3.1",
"description": "",
"main": "dist/index",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"keywords": [
"next",
"nextjs",
"react",
"cache",
"cache-handler",
"remote cache",
"next k8s cache"
],
"repository": {
"type": "git",
"url": "git://github.com/vordgi/nimpl-cache.git"
},
"author": {
"name": "Savelyev Alexander",
"email": "vordgi1@gmail.com",
"url": "https://github.com/vordgi/"
},
"license": "MIT",
"devDependencies": {
"@types/node": "20.11.25",
"typescript": "5.4.2"
}
}