-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.01 KB
/
package.json
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
38
{
"name": "hyper-express-session",
"version": "1.1.5",
"description": "High performance middleware that implements cookie based web sessions into the HyperExpress webserver.",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kartikk221/hyper-express-session.git"
},
"keywords": [
"high",
"performance",
"cookie",
"session",
"flexible",
"redis",
"sql",
"compatible",
"node"
],
"author": "kartikk221",
"license": "MIT",
"bugs": {
"url": "https://github.com/kartikk221/hyper-express-session/issues"
},
"homepage": "https://github.com/kartikk221/hyper-express-session#readme",
"dependencies": {
"@types/node": "^16.11.6",
"uid-safe": "^2.1.5"
},
"devDependencies": {
"typescript": "^4.4.4"
}
}