@dependabit/manifest
v0.1.14
Published
Manifest schema and validation for dependency tracking
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
