forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.yml
More file actions
54 lines (53 loc) · 1.33 KB
/
moon.yml
File metadata and controls
54 lines (53 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
# To extend this, write your extensions/overrides to 'moon.extend.yml'
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/esql-utils'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/esql-utils'
layer: unknown
owners:
defaultOwner: '@elastic/kibana-esql'
toolchains:
default: node
language: typescript
project:
title: '@kbn/esql-utils'
description: Moon project for @kbn/esql-utils
channel: ''
owner: '@elastic/kibana-esql'
sourceRoot: src/platform/packages/shared/kbn-esql-utils
dependsOn:
- '@kbn/data-views-plugin'
- '@kbn/crypto-browser'
- '@kbn/data-view-utils'
- '@kbn/esql-language'
- '@kbn/esql-types'
- '@kbn/search-types'
- '@kbn/expressions-plugin'
- '@kbn/field-types'
- '@kbn/es-types'
- '@kbn/i18n'
- '@kbn/datemath'
- '@kbn/es-query'
- '@kbn/monaco'
- '@kbn/core'
- '@kbn/index-management-shared-types'
- '@kbn/licensing-types'
- '@kbn/controls-constants'
- '@kbn/presentation-publishing'
- '@kbn/controls-schemas'
- '@kbn/code-editor'
tags:
- shared-common
- package
- prod
- group-platform
- shared
- jest-unit-tests
fileGroups:
src:
- '**/*.ts'
- '**/*.tsx'
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}