-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
68 lines (67 loc) · 1.79 KB
/
Copy pathmoon.yml
File metadata and controls
68 lines (67 loc) · 1.79 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
67
68
# 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/alertzero-plugin'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/alertzero-plugin'
layer: unknown
owners:
defaultOwner: '@elastic/security-solution'
toolchains:
default: node
language: typescript
project:
title: '@kbn/alertzero-plugin'
description: Moon project for @kbn/alertzero-plugin
channel: ''
owner: '@elastic/security-solution'
sourceRoot: x-pack/solutions/security/plugins/alertzero
dependsOn:
- '@kbn/agentic-investigations-common'
- '@kbn/core'
- '@kbn/config-schema'
- '@kbn/logging'
- '@kbn/features-plugin'
- '@kbn/kibana-react-plugin'
- '@kbn/alertzero-common'
- '@kbn/agentic-investigations-plugin'
- '@kbn/zod'
- '@kbn/zod-helpers'
- '@kbn/i18n'
- '@kbn/react-query'
- '@kbn/shared-ux-router'
- '@kbn/core-http-browser'
- '@kbn/ui-callout'
- '@kbn/app-header'
- '@kbn/deeplinks-security'
- '@kbn/spaces-plugin'
- '@kbn/workflows'
- '@kbn/workflows-yaml'
- '@kbn/workflows-extensions'
- '@kbn/workflows-management-plugin'
- '@kbn/agent-builder-browser'
- '@kbn/agent-builder-common'
- '@kbn/agent-builder-server'
- '@kbn/agent-builder-plugin'
- '@kbn/core-spaces-common'
- '@kbn/logging-mocks'
- '@kbn/core-http-server-mocks'
- '@kbn/std'
- '@kbn/core-security-server'
- '@kbn/core-logging-server-mocks'
- '@kbn/core-http-server'
- '@kbn/charts-theme'
tags:
- plugin
- prod
- group-security
- private
- jest-unit-tests
fileGroups:
src:
- common/**/*
- public/**/*
- server/**/*
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}