-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
pubspec.yaml
46 lines (41 loc) · 801 Bytes
/
pubspec.yaml
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
43
44
45
46
name: puppeteer
description: A high-level API to control headless Chrome over the DevTools Protocol. This is a port of Puppeteer in Dart.
version: 3.15.0
homepage: https://github.com/xvrh/puppeteer-dart
funding:
- https://www.buymeacoffee.com/xvrh
- https://github.com/sponsors/xvrh
platforms:
linux:
macos:
web:
windows:
environment:
sdk: '^3.3.0'
dependencies:
archive: ^3.0.0
async: ^2.5.0
collection: ^1.15.0
http: '>=0.13.0 <2.0.0'
logging: ^1.0.0
path: ^1.8.0
petitparser: ^6.0.0
pool: ^1.5.0
dev_dependencies:
analyzer:
build_runner:
crypto:
dart_style:
github_actions_toolkit:
image:
json_annotation:
json_serializable:
lints:
pub_semver:
shelf:
shelf_router:
shelf_static:
shelf_web_socket:
test:
web_socket_channel:
yaml: