-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
67 lines (67 loc) · 1.67 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
63
64
65
66
67
{
"name": "nx-tools",
"scripts": {
"nx": "nx",
"prepare": "husky install",
"cz": "cz",
"commit": "cz",
"local-registry": "./scripts/local-registry.sh",
"local-registry:run": "npm run local-registry run"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@nx/devkit": "20.0.0",
"nx": "20.0.0",
"tslib": "2.7.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@jscutlery/semver": "5.3.1",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/node": "20.0.0",
"@nx/plugin": "20.0.0",
"@nx/workspace": "20.0.0",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.26",
"@types/jest": "29.5.13",
"@types/node": "20.16.11",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"husky": "8.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"verdaccio": "6.0.0"
},
"version": "0.0.0",
"private": false,
"license": "MIT",
"author": "Tobias Wittwer <t.wittwer95@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/twittwer/nx-tools.git"
},
"homepage": "https://github.com/twittwer/nx-tools#readme",
"bugs": {
"url": "https://github.com/twittwer/nx-tools/issues"
},
"keywords": [
"nx-plugin",
"compodoc",
"documentation"
]
}