UNPKG

hamlib

Version:

Node.js wrapper for hamlib radio control library

83 lines (82 loc) 2.05 kB
{ "name": "hamlib", "version": "0.1.27", "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/", "index.js", "index.d.ts", "binding.gyp", "COPYING", "README.md" ], "scripts": { "install": "node-gyp-build", "build": "node-gyp configure && node-gyp build", "build:all": "node scripts/build-all.js", "rebuild": "node-gyp rebuild", "clean": "node-gyp clean", "test": "node test/test_loader.js", "test:network": "node test/test_network.js", "test:dummy": "node test/test_dummy_complete.js", "test:serial": "node test/test_serial_config.js", "prebuild": "prebuildify --napi --strip", "prepare": "", "bundle": "node scripts/bundle-deps.js", "bundle:macos": "bash scripts/bundle-macos.sh", "bundle:linux": "bash scripts/bundle-linux.sh", "bundle:windows": "node scripts/bundle-windows.js", "verify": "node scripts/verify.js", "verify:all": "node scripts/verify.js --all" }, "dependencies": { "node-addon-api": "^4.3.0", "node-gyp-build": "^4.8.0" }, "devDependencies": { "chalk": "^4.1.2", "node-gyp": "^9.4.0", "ora": "^5.4.1", "prebuildify": "^5.0.0" }, "preferUnplugged": true, "engines": { "node": ">=12.0.0" }, "os": [ "linux", "darwin", "win32" ], "cpu": [ "x64", "arm64" ], "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }