forked from ethanblake4/dart_eval
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (38 loc) · 783 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (38 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: dart_eval
description: A flexible Dart bytecode compiler and interpreter written in Dart, enabling dynamic execution and code push for AOT Dart apps.
version: 0.8.1
homepage: https://github.com/ethanblake4/dart_eval
platforms:
android:
ios:
linux:
macos:
web:
windows:
topics:
- vm
- compiler
- interpreter
- dart
- codepush
environment:
sdk: ">=3.4.0 <4.0.0"
executables:
dart_eval:
dependencies:
args: ^2.4.0
analyzer: ^7.0.0
collection: ^1.18.0
directed_graph: '>=0.3.9 <0.5.0'
json_annotation: ^4.7.0
pubspec_parse: ^1.2.0
path: ^1.8.0
pub_semver: ^2.1.0
package_config: ^2.1.0
dart_style: ^3.0.0
change_case: ^2.1.0
dev_dependencies:
test: ^1.25.0
build_runner: ^2.4.0
json_serializable: ^6.3.0
lints: '>=4.0.0'