{
  "name": "node-stormlib",
  "version": "0.1.0-alpha.0",
  "description": "A library to process Blizzard game MPQ format archives.",
  "main": "index.js",
  "types": "index.d.ts",
  "bin": {
    "mpq": "bin/mpq.js"
  },
  "binary": {
    "module_name": "NodeStorm",
    "module_path": "prebuilds/{platform}-{arch}",
    "napi_versions": [
      8
    ]
  },
  "files": [
    "bin/",
    "index.d.ts",
    "index.js",
    "native.js",
    "read-worker.js",
    "main.cc",
    "CMakeLists.txt",
    "cmake/",
    "prebuilds/",
    "third_party/README.md",
    "third_party/StormLib/CMakeLists.txt",
    "third_party/StormLib/LICENSE",
    "third_party/StormLib/src/"
  ],
  "scripts": {
    "build": "cmake-js compile",
    "install": "npm run build",
    "test": "node --test test/*.test.js",
    "test:review": "node --test test/review-findings.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/invoker-bot/node-stormlib.git"
  },
  "keywords": [
    "Storm",
    "Blizzard",
    "Warcraft",
    "MPQ"
  ],
  "author": "Invoker Bot",
  "license": "MIT",
  "dependencies": {
    "bindings": "^1.5.0",
    "cmake-js": "^8.0.0",
    "node-addon-api": "^4.3.0"
  }
}
