-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.14 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.14 KB
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "connect-session-sequelize",
"version": "8.0.6",
"description": "Session store for connect-session using sequelize",
"homepage": "https://github.com/mweibel/connect-session-sequelize",
"bugs": "https://github.com/mweibel/connect-session-sequelize/issues",
"main": "index.js",
"scripts": {
"test": "mocha ./test",
"coverage": "nyc --reporter=text --reporter=html mocha ./test",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mweibel/connect-session-sequelize.git"
},
"dependencies": {
"debug": "^4.4.1"
},
"devDependencies": {
"express-session": "^1.18.1",
"mocha": "^11.7.5",
"nyc": "^17.1.0",
"sequelize": "^6.37.7",
"sqlite3": "^6.0.1",
"standard": "^17.1.2"
},
"peerDependencies": {
"sequelize": ">= 6.37.7"
},
"engines": {
"node": ">= 22"
},
"keywords": [
"connect-session",
"connect",
"sequelize",
"postgres",
"mysql",
"sqlite"
],
"author": "Michael Weibel <michael.weibel@gmail.com> (https://github.com/mweibel)",
"license": "MIT",
"files": [
"lib",
"index.js",
"index.d.ts"
]
}