forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmoon.yml
More file actions
66 lines (65 loc) · 1.76 KB
/
moon.yml
File metadata and controls
66 lines (65 loc) · 1.76 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
55
56
57
58
59
60
61
62
63
64
65
66
# 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/search-getting-started'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/search-getting-started'
layer: unknown
owners:
defaultOwner: '@elastic/search-kibana'
toolchains:
default: node
language: typescript
project:
title: '@kbn/search-getting-started'
description: Moon project for @kbn/search-getting-started
channel: ''
owner: '@elastic/search-kibana'
sourceRoot: x-pack/solutions/search/plugins/search_getting_started
dependsOn:
- '@kbn/core'
- '@kbn/kibana-react-plugin'
- '@kbn/i18n-react'
- '@kbn/shared-ux-router'
- '@kbn/shared-ux-page-kibana-template'
- '@kbn/i18n'
- '@kbn/console-plugin'
- '@kbn/share-plugin'
- '@kbn/usage-collection-plugin'
- '@kbn/config-schema'
- '@kbn/search-shared-ui'
- '@kbn/search-code-examples'
- '@kbn/search-navigation'
- '@kbn/cloud-plugin'
- '@kbn/serverless'
- '@kbn/analytics'
- '@kbn/config-schema'
- '@kbn/search-shared-ui'
- '@kbn/search-code-examples'
- '@kbn/search-api-keys-components'
- '@kbn/react-query'
- '@kbn/doc-links'
- '@kbn/cloud'
- '@kbn/agent-builder-browser'
- '@kbn/agent-builder-server'
- '@kbn/scout-search'
- '@kbn/search-agent'
- '@kbn/shared-ux-ai-components'
- '@kbn/agent-builder-plugin'
- '@kbn/core-chrome-layout-constants'
- '@kbn/spaces-plugin'
tags:
- plugin
- prod
- group-search
- private
- jest-unit-tests
fileGroups:
src:
- common/**/*
- public/**/*
- server/**/*
- test/scout/**/*
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}