Files
Lukas Klingsbo 9bcef051db ci: Use melos v7.0.0-dev.1 (#3433)
This makes the monorepo make use of `Melos v7.0.0-dev.1` so that we can
use the pub workspaces feature.
2025-01-07 22:11:40 +01:00

21 lines
558 B
YAML

name: behavior_tree
resolution: workspace
description: A behavior tree implementation written in Dart. This package is designed to be used for implementing AI in games.
version: 0.1.3
repository: https://github.com/flame-engine/flame/tree/main/packages/flame_behavior_tree/behavior_tree
funding:
- https://opencollective.com/blue-fire
- https://github.com/sponsors/bluefireteam
- https://patreon.com/bluefireoss
environment:
sdk: ">=3.6.0 <4.0.0"
dependencies:
meta: ^1.12.0
dev_dependencies:
flame_lint: ^1.2.1
mocktail: ^1.0.4
test: any