github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/tpl/testdata/modulegen/dep_with_patterns.yaml (about)

     1  ID: testmta
     2  _schema-version: '3.2'
     3  version: 1.0.0
     4  
     5  modules:
     6    - name: module1
     7      type: html5
     8      path: public
     9      build-parameters:
    10        builder: npm
    11        requires:
    12          - name: dep
    13            artifacts: ["dist/*", "some_dir", "a*.txt"]
    14    - name: dep
    15      type: html5
    16      path: client
    17      build-parameters:
    18        builder: npm
    19        supported-platforms: []