backstage-plugin-library-tracker-common
v0.2.0
Published
Shared types and DTOs for the library-tracker Backstage plugin
Maintainers
Readme
backstage-plugin-library-tracker-common
Shared types, API reference, and DTOs for Library Tracker.
This package is isomorphic (works in both browser and Node) and contains:
- TypeScript types:
DependencyRecord,ScanTarget,ScanStatus,Ecosystem, and report DTOs libraryTrackerApiRef— the Backstage API reference used by the frontend to call the backend
Install
You do not need to install this package directly. It is automatically installed as a dependency of both backstage-plugin-library-tracker (frontend) and backstage-plugin-library-tracker-backend.
Install it explicitly only if you need its types in your own code:
yarn add backstage-plugin-library-tracker-commonFull documentation
See the main repository README for full setup, configuration, and API reference.
License
MIT
