-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 892 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
38
{
"name": "virtuallibraryapi",
"version": "0.6.0",
"description": "Study of Java REST and Spring Boot projects.",
"scripts": {
"release": "standard-version",
"test": "mvn -q test -P test"
},
"standard-version": {
"scripts": {
"postbump": "node set-pom-version.js",
"postcommit": "git add pom.xml && git commit --amend --no-edit"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielso2007/virtualLibraryAPI.git"
},
"keywords": [
"virtual",
"library",
"API",
"REST",
"Java",
"Spring",
"SpringBoot",
"Test"
],
"author": "Daniel Oliveira",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielso2007/virtualLibraryAPI/issues"
},
"homepage": "https://github.com/danielso2007/virtualLibraryAPI#readme",
"devDependencies": {
"standard-version": "^8.0.2"
}
}