-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1013 Bytes
/
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": "microservice-project",
"version": "1.2.0",
"description": "Projeto micro serviços.",
"scripts": {
"release": "standard-version",
"test": "mvn -q test -P test"
},
"standard-version": {
"scripts": {
"postbump": "node set-pom-version.js",
"postcommit": "git add pom.xml config-server/pom.xml eureka-server/pom.xml fornecedor/pom.xml transportador/pom.xml auth-server/pom.xml loja/pom.xml gateway-zuul/pom.xml && git commit --amend --no-edit"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielso2007/microservice-project.git"
},
"keywords": [
"microservice",
"API",
"REST",
"Java",
"Spring",
"SpringBoot",
"Test"
],
"author": "Daniel Oliveira",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielso2007/microservice-project/issues"
},
"homepage": "https://github.com/danielso2007/microservice-project#readme",
"devDependencies": {
"standard-version": "^8.0.0"
}
}