# SPDX-FileCopyrightText: 2026 FocusFlow contributors # SPDX-License-Identifier: AGPL-3.0-only name: scheduler_export_json description: JSON and CSV readable export writers for the ADHD scheduler. version: 0.1.0 publish_to: none resolution: workspace environment: sdk: '>=3.6.0 <4.0.0' dependencies: scheduler_core: any scheduler_export: any scheduler_persistence_memory: any dev_dependencies: lints: ^5.0.0 test: ^1.25.0