forked from jeremylvln/Shulker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "@shulkermc/monorepo",
"version": "0.8.1",
"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.38.0",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@nx/devkit": "19.6.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"nx": "19.6.2",
"prettier": "3.3.3",
"semantic-release": "24.1.0",
"semantic-release-replace-plugin": "1.2.7",
"yaml": "2.5.0"
},
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}