@dependabit/manifest
v0.1.16
Published
Zod schema, YAML loader, and validator for dependabit external-dependency manifests and config files.
Maintainers
Readme
@dependabit/manifest
Manifest schema and validation for dependency tracking.
Overview
This package provides the core schema definitions and validation logic for the dependency manifest format used by dependabit.
Features
- Zod-based schema validation
- Manifest CRUD operations
- Config file parsing and validation
- Type-safe manifest handling
Installation
pnpm add @dependabit/manifestUsage
import { DependencyManifestSchema } from '@dependabit/manifest';
// Coming soon in Phase 2License
MIT
