blob: f88342d3e00568f39cdaadbc2da7c6dfaeee3fbb [file] [log] [blame] [edit]
name: pub_formats
description: >-
An internal library containing file formats for the pub client. This library
is not meant to have a stable API and might break at any point when
`package:json_syntax_generator` is updated. This API is used in the Dart SDK,
so when doing breaking changes please roll ASAP to the Dart SDK.
# This library is not meant to be published. It is used only in the Dart SDK.
publish_to: none
version: 0.0.1-wip
resolution: workspace
environment:
sdk: '>=3.9.0 <4.0.0'
dev_dependencies:
args: ^2.6.0
json_schema: ^5.2.0 # May only be used in tool/ and test/json_schema/.
json_syntax_generator:
path: ../json_syntax_generator/
native_test_helpers:
path: ../native_test_helpers/
test: ^1.25.15
yaml: ^3.1.3