forked from liaoliaots/nestjs-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.86 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@liaoliaots/root",
"version": "9",
"description": "Redis(ioredis) module for Nest framework (node.js).",
"author": "LiaoLiao <[email protected]>",
"private": true,
"license": "MIT",
"keywords": [
"redis",
"ioredis",
"sentinel",
"cluster",
"nestjs",
"nest",
"nodejs",
"node",
"typescript",
"javascript",
"health",
"healthcheck",
"healthchecks",
"diagnostics"
],
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@nestjs/common": "9.2.1",
"@nestjs/core": "9.2.1",
"@nestjs/platform-fastify": "9.2.1",
"@nestjs/terminus": "9.1.4",
"@nestjs/testing": "9.2.1",
"@types/jest": "29.2.5",
"@types/node": "16.18.11",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"concurrently": "7.6.0",
"eslint": "8.31.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "27.2.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tsdoc": "0.2.17",
"fastify": "4.10.2",
"husky": "8.0.2",
"ioredis": "5.2.4",
"istanbul-badges-readme": "1.8.4",
"jest": "29.3.1",
"jest-extended": "3.2.0",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.8.0",
"ts-jest": "29.0.3",
"tsc-alias": "1.8.2",
"typescript": "4.9.4"
},
"engines": {
"node": ">=14",
"pnpm": ">=7"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"homepage": "https://github.com/liaoliaots/nestjs-redis#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/liaoliaots/nestjs-redis.git"
},
"bugs": {
"url": "https://github.com/liaoliaots/nestjs-redis/issues"
}
}