---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: accelint_predicates
  title: Accelint Predicates
  description: >-
    A collection of useful predicate functions for JavaScript.


    Dependencies:

    accelint_core@0.6.0, accelint_typescript-config@0.1.4,
    accelint_vitest-config@0.1.6
  annotations:
    backstage.io/edit-url: https://github.com/gohypergiant/standard-toolkit/blob/main/packages/predicates/catalog-info.yaml
    backstage.io/techdocs-ref: dir:.
    package/version: 0.5.2
    github.com/project-slug: gohypergiant/standard-toolkit
  links:
    - url: https://github.com/gohypergiant/standard-toolkit/tree/main/packages/predicates
      title: Documentation
      icon: docs
      type: documentation
  tags:
    - dev-tk
    - tooling
spec:
  type: library
  lifecycle: production
  owner: group:default/pathfinder
  dependsOn:
    - component:accelint_core
    - component:accelint_typescript-config
    - component:accelint_vitest-config
