blob: 09aa3d682bd16fa4920e1072d1c9041c41e6c198 [file] [log] [blame]
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
version: 1.3.10
description: >-
Opinionated, automatic Dart source code formatter.
Provides an API and a CLI tool.
homepage: https://github.com/dart-lang/dart_style
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
analyzer: ">=0.40.0 <0.42.0"
args: ^1.0.0
path: ^1.0.0
source_span: ^1.4.0
dev_dependencies:
grinder: ^0.8.0
js: ^0.6.0
node_preamble: ^1.0.0
pedantic: ^1.0.0
pub_semver: ^1.2.3
test: ^1.16.0-nullsafety.2
test_descriptor: ^1.0.0
test_process: ^1.0.0
yaml: ^2.0.0
executables:
dartfmt: format
dartformat: format # Allow the old name for compatibility.