-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 1006 Bytes
/
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
{
"name": "abap2ui5-custom_controls",
"private": true,
"version": "1.0.0",
"description": "Custom Controls for abap2UI5.",
"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": "rm -rf downport && cp -r src downport && abaplint --fix ./ci/abaplint-downport.jsonc && npm run syfixes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5-addons/custom-controls.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5-addons/custom-controls/issues"
},
"homepage": "https://github.com/abap2UI5-addons/custom-controls#readme",
"devDependencies": {
"@abaplint/cli": "^2.106.9",
"@abaplint/database-sqlite": "^2.8.0",
"@abaplint/runtime": "^2.8.24",
"@abaplint/transpiler-cli": "^2.8.24"
},
"dependencies": {
"npm-check-updates": "^16.14.18"
}
}