---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: accelint_geo
  title: Accelint Geo
  description: >-
    A collection of JavaScript functions for working with coordinates and
    geospatial data.


    Dependencies:

    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/geo/catalog-info.yaml
    backstage.io/techdocs-ref: dir:.
    package/version: 0.6.1
    github.com/project-slug: gohypergiant/standard-toolkit
  links:
    - url: https://github.com/gohypergiant/standard-toolkit/tree/main/packages/geo
      title: Documentation
      icon: docs
      type: documentation
  tags:
    - dev-tk
    - tooling
spec:
  type: library
  lifecycle: production
  owner: group:default/pathfinder
  dependsOn:
    - component:accelint_typescript-config
    - component:accelint_vitest-config
