UNPKG

js-aprs-fap

Version:

NodeJs library for parsing APRS packets.

49 lines (47 loc) 1.18 kB
{ "author": "afairhurst", "license": "ISC", "name": "js-aprs-fap", "version": "2.0.1", "homepage": "https://github.com/KD0NKS/js-aprs-fap", "description": "NodeJs library for parsing APRS packets.", "repository": { "type": "git", "url": "git+https://github.com/KD0NKS/js-aprs-fap.git" }, "keywords": [ "APRS", "APRS-IS", "APRSC", "ham radio", "amateur radio" ], "bugs": { "url": "https://github.com/KD0NKS/js-aprs-fap/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "setup": "npm install", "build": "npm run tsc", "test": "nyc mocha", "coverage": "nyc report --reporter=text-lcov | coveralls", "tsc": "./node_modules/.bin/tsc" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^5.2.1", "@types/mocha": "^10.0.10", "@types/node": "^22.15.3", "chai": "^5.2.0", "coveralls": "^3.1.1", "mocha": "^11.1.0", "nyc": "^17.1.0", "source-map-support": "^0.5.21", "tsx": "^4.19.3", "typescript": "^5.8.3" } }