{
  "name": "va2nw-logger",
  "version": "3.2.0",
  "description": "amateur radio logbook",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tcort/va2nw-logger.git"
  },
  "keywords": [
    "logging",
    "logbook",
    "amateur",
    "radio",
    "ham",
    "qso",
    "adif"
  ],
  "author": "Thomas Cort <tcort@tcort.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tcort/va2nw-logger/issues"
  },
  "homepage": "https://github.com/tcort/va2nw-logger#readme",
  "dependencies": {
    "async": "^3.2.6",
    "bulma": "^1.0.4",
    "bytes": "^3.1.2",
    "cors": "^2.8.5",
    "express": "^4.19.2",
    "express-fileupload": "^1.5.2",
    "hbs": "^4.2.0",
    "lodash": "^4.17.21",
    "method-override": "^3.0.0",
    "moment": "^2.30.1",
    "qs": "^6.14.0",
    "sqlite3": "^5.1.7",
    "tcadif": "^2.3.0"
  }
}
