-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
46 lines (45 loc) · 1.21 KB
/
moon.yml
File metadata and controls
46 lines (45 loc) · 1.21 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
# 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/apm-api-shared'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/apm-api-shared'
layer: unknown
owners:
defaultOwner: '@elastic/obs-presentation-team'
toolchains:
default: node
language: typescript
project:
title: '@kbn/apm-api-shared'
description: Moon project for @kbn/apm-api-shared
channel: ''
owner: '@elastic/obs-presentation-team'
sourceRoot: x-pack/platform/packages/shared/kbn-apm-api-shared
dependsOn:
- '@kbn/server-route-repository-utils'
- '@kbn/apm-common'
- '@kbn/io-ts-utils'
- '@kbn/core'
- '@kbn/server-route-repository'
- '@kbn/cps-utils'
- '@kbn/es-query'
- '@kbn/apm-types'
- '@kbn/es-types'
- '@kbn/security-plugin-types-common'
- '@kbn/fleet-plugin'
- '@kbn/profiling-utils'
- '@kbn/slo-schema'
- '@kbn/elastic-agent-utils'
- '@kbn/apm-types-shared'
tags:
- shared-common
- package
- prod
- group-platform
- shared
fileGroups:
src:
- '**/*.ts'
- '**/*.tsx'
- '!target/**/*'
tasks: {}