-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 894 Bytes
/
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
{
"name": "better-sqlite3-session-store",
"version": "0.1.0",
"description": "A session store for express-session.",
"main": "src/index.js",
"scripts": {
"test": "ava --verbose --serial"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimDaub/better-sqlite3-session-store.git"
},
"keywords": [
"express",
"session",
"authorization",
"authentication",
"better-sqlite3",
"sqlite",
"sqlite3"
],
"author": "Tim Daubenschütz <[email protected]> (https://timdaub.github.io)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/TimDaub/better-sqlite3-session-store/issues"
},
"homepage": "https://github.com/TimDaub/better-sqlite3-session-store#readme",
"devDependencies": {
"ava": "3.13.0",
"better-sqlite3": "7.1.1",
"date-fns": "2.16.1",
"express-session": "1.17.1"
}
}