UNPKG

1.08 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/request-cookie-store",
6 "version": "0.6.0-pre.3",
7 "description": "An implementation of the Cookie Store API for request handlers.",
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/request-cookie-store.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/request-cookie-store/issues"
19 },
20 "homepage": "https://workers.tools/request-cookie-store",
21 "keywords": [
22 "cloudflare",
23 "cloudflare-workers",
24 "cookie-middleware",
25 "cookie-store",
26 "cookies",
27 "deno",
28 "middleware",
29 "standards-adherence"
30 ],
31 "exports": {
32 ".": {
33 "import": "./esm/index.js",
34 "require": "./script/index.js",
35 "types": "./types/index.d.ts"
36 }
37 },
38 "dependencies": {
39 "cookie-store-interface": "^0.1.1"
40 },
41 "devDependencies": {}
42}
\No newline at end of file