{
  "name": "signalk-n2kais-to-nmea0183",
  "version": "2.0.3",
  "description": "Plugin to convert NMEA2000 AIS to NMEA 0183",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint --fix",
    "prettier": "prettier --write ./src/* ./test/*",
    "ci-lint": "eslint && prettier --check ./src/* ./test/*",
    "ci-test": "npm run build && npm run ci-lint && npm test",
    "format": "npm run prettier && npm run lint",
    "build": "tsc -b --pretty false",
    "watch": "tsc --watch --pretty false",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "signalk-node-server-plugin",
    "signalk-category-ais",
    "signalk-category-nmea-2000"
  ],
  "author": "scott@scottbender.net",
  "license": "ISC",
  "dependencies": {
    "@canboat/ts-pgns": "^1.10.2",
    "ggencoder": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sbender9/signalk-n2kais-to-nmea0183"
  },
  "devDependencies": {
    "@tsconfig/node20": "^20.1.6",
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.10",
    "chai": "^5.2.1",
    "chai-json-equal": "^0.0.1",
    "chai-things": "^0.2.0",
    "eslint": "^9.31.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.5.1",
    "mocha": "^11.7.1",
    "prettier-standard": "^16.4.1",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.37.0"
  }
}
