# Third-party and license inventory

## Distributed code

EvoWitness does not copy or vendor third-party source code. It has no third-party runtime package dependency. The published module imports only `moonbitlang/core/json`, which is part of the MoonBit standard library and is maintained under the MoonBit core repository's Apache-2.0 license.

## Development-only tooling

- MoonBit toolchain and standard library: used to build and test the project; not redistributed by this repository.
- `hustcer/setup-moonbit`: MIT-licensed GitHub Action used only by CI to install the toolchain.
- `actions/checkout`: GitHub-maintained workflow action used only by CI.

## Assets and fixtures

The repository contains no external images, audio, video, fonts or binary fixtures. All contracts and JSON payloads in tests and examples were created specifically for this project.
