{
    "name": "libmodbusjs",
    "type": "module",
    "version": "1.0.4",
    "main": "index.js",
    "keywords": [
        "modbus",
        "modbus-tcp",
        "node-addon",
        "c++ addon",
        "industrial",
        "automation",
        "libmodbus",
        "napi",
        "thread-safe"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "node-pre-gyp rebuild",
        "install": "node-pre-gyp install --fallback-to-build"
    },
    "imports": {
        "#worker/*": "./test/workerTest/*",
        "#build/*": "./build/*"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ayushman101/libmodbusJS.git"
    },
    "author": "ayushman_singh101",
    "license": "ISC",
    "description": "A modbus protocol which is a C++ node addon",
    "dependencies": {
        "node-addon-api": "^8.3.0",
        "node-pre-gyp": "^0.17.0"
    },
    "binary": {
        "module_name": "modbusJS",
        "module_path": "./lib/binding/{platform}-{arch}",
        "package_name": "libmodbusjs-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
        "remote_path": "./{version}",
        "host": "https://github.com/ayushman101/libmodbusJS/releases/download/"
    },
    "files": [
        "src/",
        "binding.gyp",
        "bin/",
        "lib/",
        "package.json",
        "README.md",
        "index.js"
    ]
}
