{
    "name": "hypertube-binaries",
    "version": "3.1.7",
    "description": "Hypertube allows you to reference and use modules or packages written in (Java/Kotlin/Groovy/Clojure, C#/VB.NET, Ruby, Perl, Python, JavaScript/TypeScript) like they were created in your technology. It works on Linux/Windows and MacOS for applications created in JVM, CLR/Netcore, Perl, Python, Ruby, NodeJS, C++ or GoLang and gives you unparalleled freedom and flexibility with native performance in building your mixed-technologies products. Let it be accessing best AI or cryptography libraries, devices SDKs, legacy client modules, internal custom packages or anything from public repositories available on NPM, Nuget, PyPI, Maven/Gradle, RubyGems or GitHub. Get free from programming languages barriers today! For more information check out our guides at https://www.hypertube.dev/guides/v2/",
    "main": "index.js",
    "type": "commonjs",
    "keywords": [],
    "author": "Graftcode S.A.",
    "license": "ISC",
    "scripts": {
        "install": "node scripts/install.js",
        "prebuild": "node-gyp rebuild",
        "build:win32": "node-gyp rebuild --target_arch=x64",
        "build:win32:arm64": "node-gyp rebuild --target_arch=arm64",
        "build:linux": "node-gyp rebuild --target_arch=x64",
        "build:linux:arm64": "node-gyp rebuild --target_arch=arm64",
        "build:darwin": "node-gyp rebuild --target_arch=x64",
        "build:darwin:arm64": "node-gyp rebuild --target_arch=arm64",
        "package:prebuild": "node scripts/package-prebuild.js",
        "verify": "node scripts/verify-prebuild.js"
    },
    "os": [
        "win32",
        "linux",
        "darwin"
    ],
    "cpu": [
        "x64",
        "arm64"
    ],
    "devDependencies": {
        "node-addon-api": "^8.9.0"
    }
}
