-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ui5.yaml
48 lines (47 loc) · 1.1 KB
/
ui5.yaml
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
41
42
43
44
45
46
47
48
specVersion: "3.1"
metadata:
name: openui5-smart-mockserver
copyright: |-
openui5-smart-mockserver
* (c) Copyright 2018-${currentYear} Mauricio Lauffer
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
type: library
framework:
name: OpenUI5
version: 1.120.0
libraries:
- name: sap.ui.core
development: true
- name: sap.m
development: true
- name: themelib_sap_horizon
development: true
builder:
settings:
includeDependency:
- faker
resources:
excludes:
- "/**/SmartMockServerServiceWorker.js"
- "/test/**"
- "/test-resources/**"
libraryPreload:
excludes:
- "openui5/smartmockserver/thirdparty/**"
---
specVersion: "3.1"
kind: extension
type: project-shim
metadata:
name: openui5.smartmockserver.thirdparty.faker
shims:
configurations:
"@faker-js/faker":
specVersion: "3.1"
type: module
metadata:
name: faker
resources:
configuration:
paths:
/resources/openui5/smartmockserver/thirdparty/faker/: "dist/esm/"