@worker-tools/kv-storage
Version:
Picks the platform-specific Storage Area (1,2,3) implementation for Deno, Cloudflare Workers and the browser.
36 lines • 1.07 kB
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"types": "./types/index.d.ts",
"name": "@worker-tools/kv-storage",
"version": "0.1.0-pre.9",
"description": "Picks the platform-specific Storage Area (1,2,3) implementation for Deno, Cloudflare Workers and the browser.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/kv-storage.git"
},
"bugs": {
"url": "https://github.com/worker-tools/kv-storage/issues"
},
"homepage": "https://workers.tools/kv-storage",
"keywords": [],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js",
"types": "./types/index.d.ts"
}
},
"dependencies": {
"@worker-tools/cloudflare-kv-storage": "latest",
"@worker-tools/deno-kv-storage": "latest",
"@worker-tools/kv-storage-polyfill": "latest",
"kv-storage-interface": "latest"
},
"devDependencies": {}
}