hunpak 1.2.0

Utility for PAK files of the game engine Heaps
Documentation
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PatchMetadata",
  "type": "object",
  "properties": {
    "author": {
      "type": "string"
    },
    "description": {
      "type": [
        "string",
        "null"
      ]
    },
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "version",
    "author"
  ]
}