{
    "name": "@badisi/xbw",
    "version": "2.0.14",
    "description": "Utility to read and/or verify xbox360 backup iso files",
    "homepage": "https://github.com/Badisi/xbw",
    "license": "SEE LICENSE IN file",
    "author": {
        "name": "Badisi"
    },
    "main": "./index.js",
    "types": "./index.d.ts",
    "bin": {
        "xbw": "bin/xbw"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Badisi/xbw.git"
    },
    "keywords": [
        "xbw",
        "xkeybrew",
        "xkey",
        "xbox360",
        "abgx",
        "abgx360",
        "nodejs",
        "iso",
        "v8"
    ],
    "files": [
        "bin",
        "prebuilds",
        "binding.gyp",
        "index.d.ts",
        "index.js",
        "LICENSE",
        "package.json",
        "README.md"
    ],
    "engines": {
        "node": ">= 12"
    },
    "scripts": {
        "install": "node-gyp-build"
    },
    "dependencies": {
        "@colors/colors": "^1.6.0",
        "node-addon-api": "^8.4.0",
        "node-gyp-build": "^4.8.4"
    }
}