UNPKG

cachified-adapter-cloudflare-kv

Version:
92 lines 2.45 kB
{ "name": "cachified-adapter-cloudflare-kv", "description": "Cloudflare KV adapter for @epic-web/cachified", "version": "2.3.0", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "keywords": [ "cache", "@epic-web/cachified", "cachified", "cloudflare", "cloudflare-workers", "cloudflare kv" ], "author": { "name": "Adishwar Rishi", "url": "https://github.com/AdiRishi" }, "homepage": "https://github.com/AdiRishi/cachified-adapter-cloudflare-kv", "repository": { "type": "git", "url": "https://github.com/AdiRishi/cachified-adapter-cloudflare-kv.git" }, "bugs": { "url": "https://github.com/AdiRishi/cachified-adapter-cloudflare-kv/issues" }, "license": "MIT", "readme": "README.md", "engines": { "node": ">=20" }, "publishConfig": { "provenance": true }, "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.8", "@cloudflare/vitest-pool-workers": "0.5.7", "@cloudflare/workers-types": "^4.20240919.0", "@epic-web/cachified": "^5.2.0", "@eslint/js": "^9.11.0", "@rollup/plugin-typescript": "^12.1.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/eslint": "^9.6.1", "@types/eslint__js": "^8.42.3", "@types/node": "^22.5.5", "@vitest/coverage-istanbul": "2.1.1", "@vitest/ui": "2.1.1", "eslint": "^9.11.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "prettier": "^3.3.3", "rollup-plugin-typescript-paths": "^1.5.0", "tslib": "^2.7.0", "typescript": "^5.6.2", "typescript-eslint": "^8.6.0", "vite": "^5.4.7", "vite-plugin-dts": "^4.2.1", "vitest": "2.1.1" }, "peerDependencies": { "@cloudflare/workers-types": "^4.20240919.0", "@epic-web/cachified": "^5.2.0" }, "peerDependenciesMeta": { "@cloudflare/workers-types": { "optional": true } }, "scripts": { "dev": "vite", "build": "vite build", "typecheck": "tsc --noEmit", "preview": "vite preview", "lint": "eslint . && prettier --check . ", "test": "vitest run --coverage", "test:ui": "vitest --coverage --ui", "format": "prettier --write ." } }