Files
sdk/pkg/analyzer_plugin/pubspec.yaml
T
Konstantin Shcheglov 6dd77ca4cc Prepare to publish analyzer_plugin 0.8.0
Change-Id: Ia1c799e7ed7e52eb86a01fe31fe05bb7c399720d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215244
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2021-10-04 05:04:58 +00:00

23 lines
505 B
YAML

name: analyzer_plugin
description: A framework and support code for building plugins for the analysis server.
version: 0.8.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
environment:
sdk: '>=2.14.0 <3.0.0'
dependencies:
analyzer: ^2.4.0
collection: ^1.15.0
dart_style: ^2.0.0
pub_semver: ^2.0.0
yaml: ^3.1.0
dev_dependencies:
analyzer_utilities:
path: ../analyzer_utilities
html: ^0.15.0
path: ^1.8.0
test_reflective_loader: ^0.2.0
test: ^1.16.6