-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 1.07 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
{
"name": "ajson_mirror",
"private": true,
"version": "1.0.0",
"description": "Mirror of (abap json - AJSON)[https://github.com/sbcgua/ajson] to /MBTOOLS/ namespace",
"main": "index.js",
"scripts": {
"clone": "git clone https://github.com/sbcgua/ajson input && rm input/src/core/package.devc.xml && rm input/src/libs/package.devc.xml && rm -rf input/src/perf && mv input/src/core/* input/src && mv input/src/libs/* input/src",
"lint_result": "abaplint abaplint.json",
"fix_result": "abaplint abaplint.json --fix",
"rename": "abaplint abaplint_rename.json --rename && rm -f src/* && cp -r output/input/src/* src/",
"mirror": "rm -rf input && rm -rf output && npm run clone && npm run rename && npm run fix_result"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marc-Bernard-Tools/Mirror-AJSON.git"
},
"author": "Alexander Tsybulsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/sbcgua/ajson/issues"
},
"homepage": "https://github.com/sbcgua/ajson",
"dependencies": {
"@abaplint/cli": "^2.113.45"
}
}