-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.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.12.0",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
"node": "^22"
},
"repository": {
"url": "[email protected]: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.49.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.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.7",
"lint-staged": "15.3.0",
"nx": "20.1.0",
"prettier": "3.4.2",
"semantic-release": "24.2.1",
"semantic-release-replace-plugin": "1.2.7",
"yaml": "2.7.0"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"pnpm": {
"overrides": {
"conventional-changelog-conventionalcommits": "8.0.0"
}
}
}