-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 847 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "java-commons",
"packageManager": "yarn@4.12.0",
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@prettier/plugin-xml": "^3.4.2",
"git-conventional-commits": "^2.8.0",
"lint-staged": "^16.2.1",
"prettier": "^3.6.2",
"prettier-plugin-java": "^2.7.5",
"prettier-plugin-properties": "^0.3.0",
"prettier-plugin-sh": "^0.18.0",
"prettier-plugin-toml": "^2.0.6"
},
"scripts": {
"merge": "gh pr create --fill-first; gh pr view && ./gradlew buildHealth build && gh run watch --exit-status && gh pr merge --squash --delete-branch --auto",
"watch": "./gradlew testClasses demoServerClasses --continuous",
"dependencies:for": "./gradlew dependencies --configuration",
"postinstall": "pip install -r requirements.txt && git config core.hooksPath .config/git/hooks"
}
}