UNPKG

rtljs

Version:

node.js interface for librtl-sdr, using FFI-NAPI. Works with newer versions of node (like v16)

45 lines (44 loc) 1.02 kB
{ "name": "rtljs", "version": "3.0.0", "description": "node.js interface for librtl-sdr, using FFI-NAPI. Works with newer versions of node (like v16)", "main": "./lib/index.js", "module": "./lib/index.d.ts", "files": [ "lib/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc -p tsconfig.json", "documentation": "typedoc src/index.ts", "prepublishOnly": "npm run tsc && npm run documentation" }, "repository": { "type": "git", "url": "git+https://github.com/Arkanic/rtljs.git" }, "keywords": [ "rtl-sdr", "rtl", "sdr", "librtlsdr", "sdr", "rtl", "radio", "antenna" ], "author": "Arkanic", "license": "ISC", "bugs": { "url": "https://github.com/Arkanic/rtljs/issues" }, "homepage": "https://github.com/Arkanic/rtljs#readme", "dependencies": { "koffi": "^2.9.0" }, "devDependencies": { "@types/node": "^22.5.5", "typedoc": "^0.26.7", "typescript": "^5.6.2" } }