File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " xxx" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " XXX" ,
5
+ "type" : " module" ,
6
+ "keywords" : [
7
+ " abap" ,
8
+ " apm" ,
9
+ " module"
10
+ ],
11
+ "homepage" : " https://abappm.com" ,
12
+ "bugs" : {
13
+ "url" : " https://github.com/abapPM/ABAP-XXX"
14
+ },
15
+ "license" : " MIT" ,
16
+ "author" : {
17
+ "name" : " Marc Bernard" ,
18
+ "url" : " https://abappm.com" ,
19
+ "email" : " marc@abappm.com"
20
+ },
21
+ "maintainers" : [
22
+ {
23
+ "name" : " Marc Bernard" ,
24
+ "url" : " https://github.com/mbtools" ,
25
+ "email" : " marc@abappm.com"
26
+ }
27
+ ],
28
+ "repository" : {
29
+ "url" : " https://github.com/abapPM/ABAP-XXX"
30
+ },
31
+ "funding" : {
32
+ "type" : " github" ,
33
+ "url" : " https://github.com/sponsors/abapPM"
34
+ },
35
+ "dependencies" : {
36
+ "error" : " ^1.0.0"
37
+ },
38
+ "engines" : {
39
+ "abap" : " >=7.50" ,
40
+ "apm" : " >=1"
41
+ }
42
+ }
You can’t perform that action at this time.
0 commit comments