Files
hank/haxelib.json
Nat Quayle Nelson 915f0ea58c
Some checks failed
/ test (push) Failing after 45s
remove utest from haxelib.json
2025-10-31 15:06:22 -05:00

15 lines
448 B
JSON

{
"name": "hank",
"url": "https://github.com/hankvn/hank",
"license": "MIT",
"tags": ["cross", "game", "interactive-fiction", "ink"],
"description": "Narrative scripting language for HaxeFlixel games based on Inkle's Ink engine",
"version": "0.0.8",
"releasenote": "It isn't safe to use this library yet.",
"contributors": ["NQNStudios"],
"main": "hank.Main",
"dependencies": {
"hscript": ""
}
}