{
  "name": "crowd-depth",
  "version": "1.0.1",
  "description": "Collect and share depth data.",
  "keywords": [
    "bathymetry",
    "depth",
    "sonar",
    "signalk-node-server-plugin",
    "signalk-category-cloud"
  ],
  "homepage": "https://github.com/openwatersio/crowd-depth",
  "bugs": {
    "url": "https://github.com/openwatersio/crowd-depth/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openwatersio/crowd-depth.git"
  },
  "license": "ISC",
  "author": "Brandon Keepers",
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "xyz-to-geojson": "bin/xyz-to-geojson"
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -w",
    "prepack": "npm run build",
    "lint": "tsc -b && publint --strict",
    "test": "vitest"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/geojson": "^7946.0.16",
    "publint": "^0.3.16"
  },
  "dependencies": {
    "@js-temporal/polyfill": "^0.5",
    "@signalk/server-api": "^2.10.2",
    "better-sqlite3": "^12.4.1",
    "cron": "^4.3.4",
    "csv-parse": "^5.6.0",
    "debug": "^4.4.3",
    "geojson": "^0.5.0",
    "geolib": "^3.3.4",
    "json-stream-stringify": "^3.1.6",
    "stream-chain": "^3.4.0",
    "stream-transform": "^3.4.0",
    "uuid": "^13.0.0"
  },
  "lint-staged": {
    "**/*": [
      "prettier --write --ignore-unknown",
      "eslint --fix --no-warn-ignored"
    ]
  }
}
