beast-decoder
Version:
Parses messages coming from a BEAST TCP port. For example out.adsb.lol:1337 [adsb.lol](https://www.adsb.lol/docs/overview/introduction/)
43 lines (42 loc) • 978 B
JSON
{
"name": "beast-decoder",
"version": "0.3.0",
"author": "OpenFlightHub <mail@openflighthub.org> (https://openflighthub.org)",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/openflighthub/beast-decoder.git"
},
"keywords": [
"adsb",
"modes",
"beast",
"parser"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/openflighthub/beast-decoder/issues"
},
"homepage": "https://github.com/openflighthub/beast-decoder",
"scripts": {
"build": "tsup",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.4.2"
},
"dependencies": {
"mode-s-adsb-parser": "^0.3.2"
}
}