| name: dartpad |
| version: 0.0.3 |
| description: Client library for launching and communicating with dartpad-worker. |
| repository: https://github.com/dart-lang/sdk/tree/main/pkg/dartpad |
| issue_tracker: https://github.com/dart-lang/sdk/issues |
| |
| environment: |
| sdk: ^3.12.0 |
| |
| dependencies: |
| json_rpc_2: ^4.0.0 |
| stream_channel: ^2.1.4 |
| web: '>=1.1.1 <3.0.0' |
| |
| # We get dev_dependencies from inside the Dart SDK repository, thus, no need |
| # to specify versions |
| dev_dependencies: |
| checks: any |
| test: any |
| yaml: any |
| |
| false_secrets: |
| - /web/worker.wasm |
| |
| resolution: workspace |