-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 966 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 966 Bytes
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
{
"name": "srtti_mirror",
"private": true,
"version": "1.0.0",
"description": "Mirror of (ajson)[https://github.com/sbcgua/ajson] mirror to z2ui5_ namespace",
"scripts": {
"clone": "git clone --branch 7.40 https://github.com/sandraros/S-RTTI.git input && npm install @abaplint/cli -g && abaplint --fix",
"delete_unit_tests": "find src -name '*testclasses.abap' -exec rm {} + && find src -type f -exec sed -i '/<WITH_UNIT_TESTS>X<\\/WITH_UNIT_TESTS>/d' {} +",
"rename": "abaplint abaplint_rename.json --rename && rm src/* && cp output/input/src/* src/",
"cleanup": "rm -rf input && rm -rf output"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abapGit/ajson_mirror.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/abapGit/ajson_mirror/issues"
},
"homepage": "https://github.com/abapGit/ajson_mirror#readme",
"dependencies": {
"@abaplint/cli": "^2.113.85"
}
}