-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.7 KB
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
31
32
33
34
35
36
37
38
39
40
{
"name": "abap2ui5-samples-stack",
"private": true,
"version": "1.0.0",
"description": "Learn how abap2UI5 plays with your stack - OData, Smart Controls, RAP (with draft), business events, stateful sessions and locks, AMC/APC, MIME and the Fiori Launchpad.",
"scripts": {
"test": "npm run check",
"lint": "abaplint ./abaplint.jsonc",
"check:abap2ui5": "abap2ui5lint",
"fmt:chains": "abap2ui5lint --fix",
"check:overview": "node scripts/check-overview.mjs",
"check": "npm run lint && npm run check:abap2ui5 && npm run check:overview && npm run check:keywords && npm run check:abapdoc && npm run check:samples-md && npm run check:app-rules && npm run check:prose && npm run check:web && npm run check:family-nav",
"check:keywords": "node scripts/check-keywords.mjs",
"check:abapdoc": "node scripts/check-abapdoc.mjs",
"samples:md": "node scripts/generate-samples-md.mjs",
"check:samples-md": "node scripts/generate-samples-md.mjs --check",
"check:app-rules": "node scripts/check-app-rules.mjs",
"check:prose": "node scripts/check-prose-names.mjs",
"check:family-nav": "node scripts/check-family-nav.mjs",
"web:index": "node scripts/generate-web-index.mjs",
"check:web": "node scripts/generate-web-index.mjs --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abap2UI5/samples-stack.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abap2UI5/samples-stack/issues"
},
"homepage": "https://github.com/abap2UI5/samples-stack#readme",
"devDependencies": {
"@abap2ui5/linter": "^0.2.1",
"@abap2ui5/render-runtime": "^0.1.1",
"@abaplint/cli": "^2.119.66"
},
"engines": {
"node": ">=22"
}
}