-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 1.11 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
28
29
30
{
"name": "abap2ui5-samples",
"private": true,
"version": "1.0.0",
"description": "abap2UI5-local",
"scripts": {
"syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ",
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc",
"init_downport": "git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src",
"cleanup_downport": "rm -rf abap2UI5 && rm -rf src/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5/samples.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5/samples.git"
},
"homepage": "https://github.com/abap2UI5/samples#readme",
"devDependencies": {
"@abaplint/cli": "^2.113.86",
"@abaplint/database-sqlite": "^2.10.20",
"@abaplint/runtime": "^2.10.23",
"@abaplint/transpiler-cli": "^2.10.23"
},
"dependencies": {
"npm-check-updates": "^17.1.13"
}
}