mirror of
https://github.com/DungeonPaper/dungeon_world_data.git
synced 2026-05-18 02:08:58 +00:00
13 lines
323 B
JSON
Executable File
13 lines
323 B
JSON
Executable File
{
|
|
"name": "dw-data",
|
|
"version": "3.0.0-pre.10",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/chenasraf/dungeon_world_data",
|
|
"author": "Chen Asraf <contact@casraf.blog>",
|
|
"license": "MIT",
|
|
"types": "./index.d.ts",
|
|
"scripts": {
|
|
"build": "cd ../.. && dart scripts/parsers/dart_to_json.dart"
|
|
}
|
|
}
|