-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.1 KB
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
{
"name": "@nestjs-redis/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"devDependencies": {
"@eslint/js": "^10.0.1",
"@nestjs/config": "^4.0.4",
"@nestjs/schematics": "^11.0.10",
"@nestjs/terminus": "^11.1.1",
"@nestjs/testing": "^11.1.18",
"@nestjs/throttler": "^6.5.0",
"@nx/eslint": "22.6.5",
"@nx/eslint-plugin": "22.6.5",
"@nx/jest": "22.6.5",
"@nx/js": "22.6.5",
"@nx/nest": "22.6.5",
"@nx/node": "22.6.5",
"@nx/web": "22.6.5",
"@nx/webpack": "22.6.5",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.24",
"@swc/helpers": "0.5.21",
"@swc/jest": "0.2.39",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/jest": "30.0.0",
"@types/node": "^25.6.0",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"jest": "30.3.0",
"jest-environment-node": "^30.3.0",
"jest-util": "30.3.0",
"jsonc-eslint-parser": "^3.1.0",
"nx": "22.6.5",
"prettier": "^3.8.2",
"redis": "^6.0.0",
"ts-jest": "^29.4.9",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"verdaccio": "6.5.0",
"webpack-cli": "^7.0.2"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
},
"publish-packages": {
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish-packages.js"
}
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/CSenshi/nestjs-redis"
},
"dependencies": {
"@nestjs/common": "^11.1.18",
"@nestjs/core": "^11.1.18",
"@nestjs/platform-express": "^11.1.18",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2"
}
}