-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "@shulkermc/monorepo",
"version": "0.13.0",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
"node": "^24"
},
"repository": {
"url": "git@github.com:jeremylvln/Shulker.git"
},
"scripts": {
"prepare": "husky && pnpm run proto:build",
"build": "nx run-many --target=build --parallel 5",
"test": "nx run-many --target=test",
"format": "prettier --ignore-unknown --write '**/*'",
"lint": "nx run-many --target=lint",
"proto:build": "nx run-many --target=buf --all --skipNxCache"
},
"devDependencies": {
"@bufbuild/buf": "1.61.0",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@nx/devkit": "21.2.2",
"@nx/gradle": "21.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "7.1.0",
"@semantic-release/git": "10.0.1",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"nx": "21.2.2",
"prettier": "3.7.4",
"semantic-release": "24.2.9",
"semantic-release-replace-plugin": "1.2.7",
"yaml": "2.8.2"
},
"packageManager": "pnpm@10.25.0",
"pnpm": {
"overrides": {
"conventional-changelog-conventionalcommits": "8.0.0"
},
"onlyBuiltDependencies": [
"@bufbuild/buf",
"nx"
]
}
}