mirror of
https://github.com/DungeonPaper/dungeon_world_data.git
synced 2026-05-17 18:08:01 +00:00
28 lines
709 B
YAML
Executable File
28 lines
709 B
YAML
Executable File
name: dungeon_world_data
|
|
homepage: https://github.com/DungeonPaper/dungeon_world_data
|
|
description: Data dump of Dungeon World classes, moves, equipment, and more. Also mirrored as NPM package.
|
|
version: 3.1.1
|
|
|
|
environment:
|
|
sdk: ">=3.2.2 <4.0.0"
|
|
|
|
dependencies:
|
|
collection: ^1.17.0
|
|
meta: ^1.9.0
|
|
quiver: ^3.2.1
|
|
uuid: ^4.2.1
|
|
|
|
dev_dependencies:
|
|
lints: ^3.0.0
|
|
dart_style: ^2.3.2
|
|
path: ^1.8.3
|
|
test: ^1.24.6
|
|
|
|
script_runner:
|
|
scripts:
|
|
- format: dart format --line-length 100
|
|
- publish: dart format . && flutter pub publish; format .
|
|
- web:copy-data: dart scripts/parsers/dart_to_json.dart
|
|
- web:build: cd web/src && yarn build
|
|
- web:publish: cd web/src && npm publish -d ../build
|