Skip to content

Commit 3fe2312

Browse files
authored
Create package.abap.json
1 parent 1dda404 commit 3fe2312

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

package.abap.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
}

0 commit comments

Comments
 (0)