forked from medz/prisma-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
38 lines (33 loc) · 820 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
name: orm
description: ◭ Next-generation ORM for Dart & Flutter | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
version: 3.4.4
homepage: https://prisma.pub
repository: https://github.com/odroe/prisma-dart
funding:
- https://github.com/sponsors/odroe
- https://opencollective.com/openodroe
environment:
sdk: ^3.0.0
executables:
prisma: orm
dependencies:
# Library dependencies
crypto: ^3.0.3
http: ^1.0.0
json_annotation: ^4.8.1
meta: ^1.9.1
path: ^1.8.3
retry: ^3.1.2
universal_io: ^2.2.2
# CLI dependencies
analyzer: ">=5.13.0 <7.0.0"
code_builder: ^4.4.0
dart_style: ^2.3.1
recase: ^4.1.0
prisma_generator_helper: ^1.2.2
# Devlopment dependencies
dev_dependencies:
build_runner: ^2.4.4
json_serializable: ^6.7.0
lints: ^2.1.0
test: ^1.24.3