-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
24 lines (24 loc) · 763 Bytes
/
pubspec.yaml
File metadata and controls
24 lines (24 loc) · 763 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
name: misskey_mfm_parser
version: 2.0.0
homepage: https://librarylibrarian.com/
topics:
- misskey
- mfm
- parser
- parsing
environment:
sdk: ^3.8.0
description: A library for parsing MFM rewritten in Dart. Developed with the aim of conducting tests as expected by mfm.js and obtaining equivalent parsing results.
dependencies:
emoji_regex: ^0.0.5
freezed_annotation: ^3.1.0
petitparser: ^7.0.1
dev_dependencies:
build_runner: ^2.10.5
freezed: ^3.2.4
pedantic_mono: ^1.33.0
pubspec_dependency_sorter: ^1.0.5
test: ^1.26.2
repository: https://github.com/LibraryLibrarian/misskey_mfm_parser
issue_tracker: https://github.com/LibraryLibrarian/misskey_mfm_parser/issues
documentation: https://pub.dev/documentation/misskey_mfm_parser/latest/