@worker-tools/cloudflare-kv-storage
Version:
An implementation of the StorageArea (1,2,3) interface using Cloudflare Worker's KV storage as a backing store.
39 lines • 1.09 kB
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"name": "@worker-tools/cloudflare-kv-storage",
"version": "0.9.0-pre.6",
"description": "An implementation of the StorageArea (1,2,3) interface using Cloudflare Worker's KV storage as a backing store.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/cloudflare-kv-storage.git"
},
"bugs": {
"url": "https://github.com/worker-tools/cloudflare-kv-storage/issues"
},
"homepage": "https://workers.tools/cloudflare-kv-storage",
"keywords": [
"cloudflare",
"cloudflare-workers",
"cloudflare-workers-kv",
"kv-storage"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js"
}
},
"dependencies": {
"@worker-tools/structured-json": "latest",
"idb-key-to-string": "latest",
"kv-storage-interface": "latest",
"msgpackr": "^1.5.5"
},
"devDependencies": {}
}