-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
{
"name": "@liaoliaots/nestjs-monorepo",
"version": "10",
"description": "Redis module for Nest framework (node.js).",
"author": "LiaoLiao <yxiaosong002@gmail.com>",
"private": true,
"license": "MIT",
"scripts": {
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/js": "9.17.0",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-fastify": "10.4.15",
"@nestjs/testing": "10.4.15",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"concurrently": "9.1.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-prettier": "5.2.1",
"fastify": "4.28.1",
"globals": "15.13.0",
"husky": "9.1.7",
"istanbul-badges-readme": "1.9.0",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"ts-jest": "29.2.5",
"tsc-alias": "1.8.10",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"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"
}
}