-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
39
40
41
42
43
44
45
46
47
{
"name": "session-rethinkdb-ts",
"version": "1.2.2",
"description": "A RethinkDB express-session store.",
"author": "Espi Marisa <[email protected]> (https://espi.me)",
"license": "MIT",
"homepage": "https://github.com/espimarisa/session-rethinkdb-ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"packageManager": "[email protected]",
"keywords": [
"express",
"expressjs",
"express-session",
"rethink",
"rethinkdb",
"rethinkdb-ts",
"session",
"session-store"
],
"bugs": {
"url": "https://github.com/espimarisa/session-rethinkdb-ts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/espimarisa/session-rethinkdb-ts.git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc",
"test": "biome lint"
},
"dependencies": {
"express-session": "^1.18.0",
"node-cache": "^5.1.2",
"rethinkdb-ts": "^2.6.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/express-session": "^1.18.0",
"@types/node": "^22.5.4",
"bun-types": "^1.1.26",
"typescript": "^5.5.4"
},
"trustedDependencies": ["@biomejs/biome", "esbuild"]
}