-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 883 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
{
"name": "jutils",
"version": "1.0.0",
"description": "Collection of utility methods and classes for checking and validating primitives and objects in Java",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kennedykori/jutils.git"
},
"author": "Kennedy Kori <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kennedykori/jutils/issues"
},
"homepage": "https://github.com/kennedykori/jutils",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^23.0.6",
"semantic-release-replace-plugin": "^1.2.7"
}
}