UNPKG

hamlib

Version:

Node.js wrapper for hamlib radio control library

71 lines (70 loc) 1.53 kB
{ "name": "hamlib", "version": "0.1.11", "description": "Node.js wrapper for hamlib radio control library", "main": "index.js", "module": "lib/index.mjs", "types": "index.d.ts", "exports": { ".": { "import": "./lib/index.mjs", "require": "./index.js", "types": "./index.d.ts" } }, "gypfile": true, "license": "LGPL", "repository": { "type": "git", "url": "https://github.com/boybook/node-hamlib.git" }, "keywords": [ "ham", "radio", "hamlib", "amateur-radio", "transceiver", "rig-control" ], "files": [ "lib/", "prebuilds/", "src/", "scripts/", "index.js", "index.d.ts", "binding.gyp", "COPYING", "Readme.md" ], "scripts": { "build": "node-gyp configure && node-gyp build", "rebuild": "node-gyp rebuild", "clean": "node-gyp clean", "test": "node test/test_loader.js", "test:network": "node test/test_network.js", "install": "node scripts/install.js", "postinstall": "node scripts/install.js", "prepare": "npm run build", "prepack": "npm run build" }, "dependencies": { "node-addon-api": "^4.3.0" }, "devDependencies": { "node-gyp": "^9.4.0" }, "engines": { "node": ">=12.0.0" }, "os": [ "linux", "darwin", "win32" ], "cpu": [ "x64", "arm64" ], "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }