-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.16 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": "node-cache-manager-ioredis",
"version": "0.0.0",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"release": "zx tools/scripts/patch-package-publish-config.mjs && pnpm exec changeset publish"
},
"dependencies": {
"ioredis": "^5.4.1",
"mongodb": "^6.10.0"
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@eslint/eslintrc": "3.2.0",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/workspace": "20.0.6",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"cache-manager": "5.7.6",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"jest": "29.7.0",
"nx": "20.0.6",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"zx": "8.2.4"
}
}