UNPKG

1.24 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/signed-cookie-store",
6 "version": "0.3.0-pre.8",
7 "description": "A partial implementation of the Cookie Store API that transparently signs and verifies cookies via the Web Cryptography API.",
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/signed-cookie-store.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/signed-cookie-store/issues"
19 },
20 "homepage": "https://workers-tools/signed-cookie-store",
21 "keywords": [
22 "cloudflare",
23 "cloudflare-workers",
24 "cookie",
25 "cookie-store",
26 "cookies",
27 "deno",
28 "middleware",
29 "signed-cookies",
30 "web-crypto",
31 "web-cryptography"
32 ],
33 "exports": {
34 ".": {
35 "import": "./esm/index.js",
36 "require": "./script/index.js",
37 "types": "./types/index.d.ts"
38 }
39 },
40 "dependencies": {
41 "base64-encoding": "^0.15.0-alpha.0",
42 "cookie-store-interface": "^0.1.1",
43 "typed-array-utils": "^0.2.2"
44 },
45 "devDependencies": {}
46}
\No newline at end of file