UNPKG

node-mavlink-heartbeat

Version:
40 lines (39 loc) 1.01 kB
{ "name": "node-mavlink-heartbeat", "version": "0.0.1-alpha.1", "author": "Matthias Hryniszak <padcom@gmail.com>", "license": "LGPL", "description": "MavLink heartbeat services", "keywords": [ "mavlink" ], "repository": { "type": "git", "url": "git+https://github.com/padcom/node-mavlink-heartbeat.git" }, "bugs": { "email": "padcom@gmail.com", "url": "https://github.com/padcom/node-mavlink-heartbeat/issues" }, "funding": { "type": "patreon", "url": "https://www.patreon.com/padcom" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rm -rf dist lib/*.js", "clean:all": "npm run clean && rm -rf node_modules", "build": "tsc", "prepublishOnly": "npm run clean && npm install && npm run build" }, "dependencies": { "node-mavlink": "^2.0.5", "node-mavlink-utils": "^0.0.1-alpha.0" }, "devDependencies": { "serialport": "^10.5.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" } }