24 lines
511 B
YAML
24 lines
511 B
YAML
|
|
name: frontend_server_client
|
||
|
|
version: 4.0.0
|
||
|
|
description: >-
|
||
|
|
Client code to start and interact with the frontend_server compiler from the
|
||
|
|
Dart SDK.
|
||
|
|
repository: https://github.com/dart-lang/webdev/tree/master/frontend_server_client
|
||
|
|
|
||
|
|
environment:
|
||
|
|
sdk: ^3.0.0
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
async: ^2.5.0
|
||
|
|
path: ^1.8.0
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
package_config: ^2.0.0
|
||
|
|
shelf: ^1.0.0
|
||
|
|
shelf_packages_handler: ^3.0.0
|
||
|
|
shelf_static: ^1.1.0
|
||
|
|
test: ^1.16.0
|
||
|
|
test_descriptor: ^2.0.0
|
||
|
|
test_process: ^2.0.0
|
||
|
|
vm_service: ^14.0.0
|