-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
49 lines (49 loc) · 1.06 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@krud-dev/ostara-main",
"description": "A visual tool to monitor and interact with Spring Boot applications via Actuator",
"private": "true",
"keywords": [
"spring boot",
"admin",
"actuator",
"monitoring",
"performance",
"metrics",
"ostara"
],
"homepage": "https://github.com/krud-dev/ostara#readme",
"bugs": {
"url": "https://github.com/krud-dev/ostara/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krud-dev/ostara.git"
},
"license": "Apache-2.0",
"author": {
"name": "Krud Dev",
"email": "[email protected]",
"url": "https://krud.dev/"
},
"contributors": [
{
"name": "Shani Holdengreber",
"url": "https://github.com/thewizkid87"
},
{
"name": "Aviv Mor",
"url": "https://github.com/avivm"
},
{
"name": "Idan Elhalwani",
"email": "[email protected]",
"url": "https://github.com/idane"
}
],
"dependencies": {
"@changesets/cli": "^2.26.1"
},
"scripts": {
"changeset": "changeset"
}
}