UNPKG

1.07 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/kv-storage",
6 "version": "0.1.0-pre.9",
7 "description": "Picks the platform-specific Storage Area (1,2,3) implementation for Deno, Cloudflare Workers and the browser.",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/worker-tools/kv-storage.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/kv-storage/issues"
19 },
20 "homepage": "https://workers.tools/kv-storage",
21 "keywords": [],
22 "exports": {
23 ".": {
24 "import": "./esm/index.js",
25 "require": "./script/index.js",
26 "types": "./types/index.d.ts"
27 }
28 },
29 "dependencies": {
30 "@worker-tools/cloudflare-kv-storage": "latest",
31 "@worker-tools/deno-kv-storage": "latest",
32 "@worker-tools/kv-storage-polyfill": "latest",
33 "kv-storage-interface": "latest"
34 },
35 "devDependencies": {}
36}
\No newline at end of file