-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.68 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
{
"name": "@nx-helpers/source",
"description": "NX Utils plugins",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"check-lock-files": "node ./tools/scripts/check-lock-files.mjs",
"commit": "cz",
"prepare": "husky"
},
"private": true,
"engines": {
"node": ">=18.12.0 || >=20.0.0 || >=22.0.0"
},
"dependencies": {
"@nx/devkit": "19.8.3",
"glob": "10.3.12",
"nx-remotecache-custom": "^19.0.0",
"redis": "^4.7.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/config-nx-scopes": "19.5.0",
"@commitlint/cz-commitlint": "19.5.0",
"@eslint/js": "^9.8.0",
"@nx/eslint": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/jest": "19.8.14",
"@nx/js": "19.8.3",
"@nx/plugin": "19.8.3",
"@nx/workspace": "19.8.3",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.37",
"@types/jest": "29.5.14",
"@types/node": "18.19.43",
"@types/redis": "^4.0.11",
"commitizen": "4.3.1",
"dotenv": "16.4.5",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"json-schema-to-typescript": "^15.0.3",
"lint-staged": "15.2.10",
"mocked-env": "1.3.5",
"nx": "19.8.3",
"prettier": "2.8.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"tsx": "^4.17.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.0.0",
"verdaccio": "^5.31.1"
},
"nx": {
"includedScripts": []
}
}