-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
{
"name": "ts-async-semaphore",
"version": "4.0.1",
"license": "MIT",
"scripts": {
"format": "nx format:write",
"update": "nx migrate latest",
"graph": "nx graph",
"help": "nx help",
"commit": "cz",
"prepare": "is-ci || husky install"
},
"private": true,
"engines": {
"node": ">=16.13.0"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-angular": "^17.0.0",
"@commitlint/config-conventional": "18.6.3",
"@commitlint/config-nx-scopes": "18.6.1",
"@commitlint/cz-commitlint": "18.6.1",
"@jscutlery/semver": "4.0.0",
"@nx/devkit": "17.0.2",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/plugin": "17.0.2",
"@nx/rollup": "17.0.2",
"@nx/workspace": "17.0.2",
"@swc-node/register": "1.6.8",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.95",
"@types/jest": "29.5.7",
"@types/node": "16.18.60",
"@types/semver": "7.5.4",
"@types/yargs": "17.0.29",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"colorette": "^2.0.20",
"commitizen": "4.3.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"husky": "8.0.3",
"inquirer": "8.2.6",
"is-ci": "3.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.0.2",
"nx": "17.0.2",
"prettier": "^2.8.8",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"validate-branch-name": "1.3.0"
}
}