-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "relational-redis-store",
"version": "0.6.12",
"description": "A Relational Redis Store",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/movesthatmatter/relational-redis-store.git",
"dependencies": {
"@types/deep-equal": "^1.0.1",
"@types/json-stable-stringify": "^1.0.34",
"deep-equal": "^2.1.0",
"deepmerge": "^4.2.2",
"flatten": "^1.0.3",
"handy-redis": "1.8.3",
"json-stable-stringify": "^1.0.2",
"redis": "3.0.2",
"redis-lock": "0.1.4",
"ts-async-results": "^0.5.3",
"tslib": "^2.4.1"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/redis": "^2.8.27",
"@types/redis-mock": "^0.17.1",
"jest": "^29.3.1",
"redis-mock": "https://github.com/movesthatmatter/redis-mock.git#fix-set-nx-and-zpopmin",
"ts-jest": "^29.0.3",
"typescript": "v4.7"
},
"scripts": {
"build": "rm -rf ./dist & tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"redis",
"relational",
"databse",
"store"
],
"author": "Gabriel C. Troia",
"license": "MIT"
}