Skip to content

Commit d2e74fb

Browse files
authored
Update package.abap.json
1 parent 24271d6 commit d2e74fb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.abap.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "xxx",
2+
"name": "strust",
33
"version": "1.0.0",
4-
"description": "XXX",
4+
"description": "Add, update, or remove certificates from ABAP Trust Management",
55
"type": "module",
66
"keywords": [
77
"abap",
88
"apm",
9-
"module"
9+
"module",
10+
"strust"
1011
],
1112
"homepage": "https://abappm.com",
1213
"bugs": {
13-
"url": "https://github.com/abapPM/ABAP-XXX"
14+
"url": "https://github.com/abapPM/ABAP-Strust"
1415
},
1516
"license": "MIT",
1617
"author": {
@@ -26,13 +27,15 @@
2627
}
2728
],
2829
"repository": {
29-
"url": "https://github.com/abapPM/ABAP-XXX"
30+
"url": "https://github.com/abapPM/ABAP-Strust"
3031
},
3132
"funding": {
3233
"type": "github",
3334
"url": "https://github.com/sponsors/abapPM"
3435
},
3536
"dependencies": {
37+
"ajson": "^1.11.0",
38+
"distinguished-name": "^1.0.0",
3639
"error": "^1.0.0"
3740
},
3841
"engines": {

0 commit comments

Comments
 (0)