Check a dependency file
hallux_check_manifestCall this after writing or editing a dependency file, and before committing it. Supported: package.json, requirements.txt, pyproject.toml, Cargo.toml, go.mod.
Checks every dependency in one pass, including dev and optional groups, which is where an invented name usually arrives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The file contents. | |
| filename | Yes | The file name, e.g. package.json. Path is ignored; only the name is used to pick a parser. |