-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (31 loc) · 1.47 KB
/
package.json
File metadata and controls
33 lines (31 loc) · 1.47 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
{
"name": "response-handler",
"version": "0.3.0",
"description": "A maven dependency that handles response body, catches exceptions, supports for openapi.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy:ossrh": "mvn clean deploy -P release",
"deploy:github": "mvn clean deploy -P github -amd -pl response-handler-plus/response-handler-starter -DCI_RELEASE_URL=https://maven.pkg.github.com/UNICKCHENG/Response-Handler",
"version": "run-p package-version demo-version",
"package-version": "mvn versions:set-property -Dproperty=revision -DnewVersion=%npm_package_version%",
"demo-version": "cd spring-boot-demo && mvn versions:set-property -Dproperty=response-handler.version -DnewVersion=%npm_package_version%",
"tag": "git add pom.xml **/pom.xml package.json CHANGELOG.md && git commit -m \"ci: v%npm_package_version%\" && git tag v%npm_package_version%",
"changelog": "standard-changelog",
"no-deploy": "run-s version changelog tag",
"deploy": "npm-run-all no-release --parallel release:ossrh release:github"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UNICKCHENG/Response-Handler.git"
},
"author": "unickcheng",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/UNICKCHENG/Response-Handler/issues"
},
"homepage": "https://github.com/UNICKCHENG/Response-Handler#readme",
"devDependencies": {
"npm-run-all": "^4.1.5",
"standard-changelog": "^5.0.0"
}
}