moon-sighting-dart/pubspec.yaml
Aric Camarata cf07c69613 fix: remove invalid publisher field from pubspec
The publisher field is not recognized by pub and caused dart pub publish
--dry-run to exit 65. Publisher is configured on pub.dev, not in pubspec.
2026-05-29 15:53:38 -04:00

22 lines
552 B
YAML

name: moon_sighting
description: >
Lunar crescent visibility for Dart and Flutter. Moon phase, position,
illumination, and Yallop/Odeh visibility criteria using Meeus algorithms.
Zero dependencies.
version: 1.0.0
homepage: https://github.com/acamarata/moon-sighting-dart
repository: https://github.com/acamarata/moon-sighting-dart
issue_tracker: https://github.com/acamarata/moon-sighting-dart/issues
topics:
- moon
- lunar
- crescent
- astronomy
- islamic
environment:
sdk: ^3.7.0
dev_dependencies:
lints: ^5.0.0
test: ^1.25.8