forked from eva/focus-flow
15 lines
337 B
YAML
15 lines
337 B
YAML
# SPDX-FileCopyrightText: 2026 FocusFlow contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
name: scheduler_notifications
|
|
description: Notification adapter contracts for the ADHD scheduler.
|
|
version: 0.1.0
|
|
publish_to: none
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: '>=3.6.0 <4.0.0'
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
test: ^1.25.0
|