{
  "name": "share-tnc",
  "version": "1.0.8",
  "description": "Share a Serial TNC to KISS over TCP/IP",
  "main": "index.js",
  "scripts": {},
  "bin": {
    "share-tnc": "./share-tnc.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trasukg/share-tnc.git"
  },
  "keywords": [
    "aprs",
    "tnc",
    "kiss",
    "TCP/IP"
  ],
  "author": "Greg Trasuk VA3TSK",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/trasukg/share-tnc/issues"
  },
  "homepage": "https://github.com/trasukg/share-tnc#readme",
  "devDependencies": {
    "jasmine": "^2.99.0"
  },
  "dependencies": {
    "serialport": "10.5.0",
    "utils-for-aprs": "3.0.0",
    "yargs": "17.6.2"
  }
}
