-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@nyckel/sessions",
"version": "0.0.1-alpha.11",
"description": "The module of Nyckel that provides secure sessions",
"main": "./dist/cjs",
"module": "./dist/esm",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eweilow/nyckel.git"
},
"author": "eweilow",
"license": "MIT",
"bugs": {
"url": "https://github.com/eweilow/nyckel/issues"
},
"homepage": "https://github.com/eweilow/nyckel",
"dependencies": {
"aes256": "^1.0.4",
"redis": "^2.8.0",
"redlock": "^4.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/node": "12.7.1",
"@types/redis": "2.8.13",
"@types/redlock": "3.0.4",
"@types/uuid": "7.0.5"
},
"keywords": [
"nyckel"
],
"types": "./",
"gitHead": "48ceeacb01d90f875aa79ad1c6cfc593184f579b"
}