{
  "name": "@mxtommy/kip",
  "version": "4.8.0",
  "description": "An advanced and versatile marine instrumentation package to display Signal K data.",
  "license": "MIT",
  "author": {
    "name": "Thomas St.Pierre, David Godin"
  },
  "contributors": [
    {
      "name": "David Godin",
      "email": "godind@hotmail.com"
    },
    {
      "name": "Thomas St.Pierre",
      "email": "thomas@samoht.ca"
    }
  ],
  "homepage": "https://github.com/mxtommy/Kip",
  "bugs": "https://github.com/mxtommy/Kip/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mxtommy/Kip.git"
  },
  "keywords": [
    "signalk-webapp",
    "signalk-category-instruments",
    "signalk-category-notifications",
    "signalk-category-ais",
    "signalk-node-server-plugin",
    "signal k",
    "signalk",
    "instruments",
    "dashboard",
    "marine",
    "nmea"
  ],
  "signalk": {
    "appIcon": "assets/icon-72x72.png",
    "displayName": "KIP Instrument MFD"
  },
  "main": "plugin/index.js",
  "files": [
    "plugin/**",
    "public/**",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "CONTRIBUTORS.md",
    "package.json"
  ],
  "signalk-plugin-enabled-by-default": true,
  "scripts": {
    "test": "ng test --watch=false",
    "test:plugin": "npm run build:plugin && node --test --test-concurrency=1 kip-plugin/tests/index.test.cjs",
    "test:interactive": "ng test",
    "test:headless": "CI=1 ng test --watch=false",
    "lint": "ng lint",
    "dev": "ng serve --configuration=dev --serve-path=/@mxtommy/kip/",
    "build:plugin": "tsc -p ./kip-plugin/tsconfig.plugin.json",
    "build:dev": "ng build --configuration=dev",
    "build:prod": "ng build --configuration=production",
    "build:all": "npm run build:plugin && npm run build:prod",
    "generate:widget": "npx schematics ./tools/schematics/collection.json:create-host2-widget --dry-run=false"
  },
  "schematics": "tools/schematics/collection.json",
  "devDependencies": {
    "@angular-devkit/build-angular": "^21.2.3",
    "@angular-devkit/schematics-cli": "^20.1.6",
    "@angular/animations": "21.2.5",
    "@angular/build": "^21.2.3",
    "@angular/cdk": "21.2.3",
    "@angular/cli": "^21.2.3",
    "@angular/common": "21.2.5",
    "@angular/compiler": "21.2.5",
    "@angular/compiler-cli": "21.2.5",
    "@angular/core": "21.2.5",
    "@angular/forms": "21.2.5",
    "@angular/language-service": "21.2.5",
    "@angular/material": "21.2.3",
    "@angular/platform-browser": "21.2.5",
    "@angular/platform-browser-dynamic": "21.2.5",
    "@angular/router": "21.2.5",
    "@aziham/chartjs-plugin-streaming": "^3.5.1",
    "@godind/ng-canvas-gauges": "^6.2.1",
    "@types/canvas-gauges": "^2.1.8",
    "@types/d3": "^7.4.3",
    "@types/js-quantities": "^1.6.6",
    "@types/lodash-es": "^4.17.9",
    "@types/node": "^24.1.0",
    "@vitest/coverage-v8": "^4.1.0",
    "@zakj/no-sleep": "^0.13.5",
    "angular-eslint": "21.3.1",
    "chart.js": "^4.5.1",
    "chartjs-adapter-date-fns": "^3.0.0",
    "chartjs-plugin-annotation": "^3.0.1",
    "clipboard": "^2.0.11",
    "codelyzer": "^6.0.0",
    "compare-versions": "^6.1.1",
    "core-js": "^3.13.1",
    "d3": "^7.9.0",
    "date-fns": "^2.30.0",
    "eslint": "^9.29.0",
    "gridstack": "^12.3.3",
    "js-quantities": "^1.8.0",
    "jsdom": "^26.1.0",
    "lodash-es": "^4.17.23",
    "ng-packagr": "^21.0.1",
    "ngx-markdown": "^21.0.1",
    "prismjs": "^1.30.0",
    "pwa-asset-generator": "^8.1.1",
    "rxjs": "^7.8.2",
    "sass": "^1.49.9",
    "screenfull": "^6.0.2",
    "sk-ais-status-plugin": "^1.0.0",
    "steelseries": "^2.0.9",
    "ts-node": "^10.9.2",
    "tslib": "^2.6.2",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0"
  },
  "dependencies": {
    "@signalk/server-api": "^2.22.0"
  }
}
