-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 1.29 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
{
"name": "@shulkermc/monorepo",
"version": "0.11.0",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
"node": "^22"
},
"repository": {
"url": "git@github.com:jeremylvln/Shulker.git"
},
"scripts": {
"prepare": "husky && npm run proto:build",
"build": "nx run-many --target=build --all",
"test": "nx run-many --target=test --all",
"format": "prettier --ignore-unknown --write '**/*'",
"lint": "nx run-many --target=lint --all",
"proto:build": "nx run-many --target=buf --all --skipNxCache"
},
"devDependencies": {
"@bufbuild/buf": "1.46.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@nx/devkit": "20.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"nx": "20.1.0",
"prettier": "3.3.3",
"semantic-release": "24.2.0",
"semantic-release-replace-plugin": "1.2.7",
"yaml": "2.6.0"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"pnpm": {
"overrides": {
"conventional-changelog-conventionalcommits": "8.0.0"
}
}
}