-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
45 lines (44 loc) · 1.13 KB
/
moon.yml
File metadata and controls
45 lines (44 loc) · 1.13 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
# 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/esql-language'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/esql-language'
layer: unknown
owners:
defaultOwner: '@elastic/kibana-esql'
toolchains:
default: node
javascript:
rootPackageDependenciesOnly: false
language: typescript
project:
title: '@kbn/esql-language'
description: Moon project for @kbn/esql-language
channel: ''
owner: '@elastic/kibana-esql'
sourceRoot: src/platform/packages/shared/kbn-esql-language
dependsOn:
- '@kbn/i18n'
- '@kbn/esql-types'
- '@kbn/core-pricing-common'
- '@kbn/licensing-types'
- '@kbn/field-types'
- '@kbn/test-es-server'
- '@kbn/tooling-log'
- '@kbn/esql-scripts'
tags:
- shared-common
- package
- prod
- group-platform
- shared
- jest-unit-tests
fileGroups:
src:
- src/**/*
- '**/*.ts'
- jest.integration.config.js
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}