Files
dungeon_world_data/web/package.json
2022-07-17 20:29:17 +03:00

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"
}
}