aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/ya.make
blob: 03690bbf3b4266221f87d244121feb54c4e4f72b (plain) (blame)
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
SUBSCRIBER(g:frontend-build-platform)

PY3_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    __init__.py
    erm_json_lite.py
)

PEERDIR(
    build/plugins/lib/nots/package_manager
    build/plugins/lib/nots/semver
    build/plugins/lib/nots/typescript
)

END()

RECURSE(
    package_manager
    semver
    typescript
    test_utils
)