{
  "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"
  }
}