-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
50 lines (49 loc) · 1.3 KB
/
moon.yml
File metadata and controls
50 lines (49 loc) · 1.3 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
# 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/aiops-components'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/aiops-components'
layer: unknown
owners:
defaultOwner: '@elastic/ml-ui'
toolchains:
default: node
language: typescript
project:
title: '@kbn/aiops-components'
description: Moon project for @kbn/aiops-components
channel: ''
owner: '@elastic/ml-ui'
sourceRoot: x-pack/platform/packages/private/ml/aiops_components
dependsOn:
- '@kbn/i18n-react'
- '@kbn/i18n'
- '@kbn/core'
- '@kbn/charts-plugin'
- '@kbn/data-plugin'
- '@kbn/field-formats-plugin'
- '@kbn/visualization-utils'
- '@kbn/aiops-log-rate-analysis'
- '@kbn/ml-agg-utils'
- '@kbn/content-management-plugin'
- '@kbn/data-views-plugin'
- '@kbn/saved-objects-finder-plugin'
- '@kbn/saved-search-plugin'
- '@kbn/shared-ux-utility'
- '@kbn/unified-search-plugin'
- '@kbn/discover-utils'
tags:
- shared-common
- package
- prod
- group-platform
- private
- jest-unit-tests
fileGroups:
src:
- '**/*.ts'
- '**/*.tsx'
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}