-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
47 lines (46 loc) · 1.26 KB
/
moon.yml
File metadata and controls
47 lines (46 loc) · 1.26 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
# 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/elastic-console-plugin'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/elastic-console-plugin'
layer: unknown
owners:
defaultOwner: '@elastic/obs-elastic-brain-team'
toolchains:
default: node
language: typescript
project:
title: '@kbn/elastic-console-plugin'
description: Moon project for @kbn/elastic-console-plugin
channel: ''
owner: '@elastic/obs-elastic-brain-team'
sourceRoot: x-pack/platform/plugins/shared/elastic_console
dependsOn:
- '@kbn/core'
- '@kbn/config-schema'
- '@kbn/i18n'
- '@kbn/inference-plugin'
- '@kbn/inference-common'
- '@kbn/actions-plugin'
- '@kbn/cloud-plugin'
- '@kbn/kibana-react-plugin'
- '@kbn/management-settings-ids'
- '@kbn/agent-builder-common'
- '@kbn/agent-builder-server'
- '@kbn/core-feature-flags-server'
- '@kbn/logging'
tags:
- plugin
- prod
- group-platform
- shared
- jest-unit-tests
fileGroups:
src:
- common/**/*
- public/**/*
- server/**/*
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}