UNPKG

sksim

Version:

SKSim: Signal K data stream generator.

77 lines (76 loc) 2.38 kB
{ "name": "sksim", "version": "1.9.0", "description": "SKSim: Signal K data stream generator.", "main": "plugin/index.js", "keywords": [ "signalk-node-server-plugin", "signalk-category-utility", "signalk-webapp", "signal k", "signal k simulator", "signal k generator" ], "signalk": { "appIcon": "./assets/icons/icon-72x72.png", "displayName": "SKSimulator" }, "author": "AdrianP", "contributors": [ { "name": "panaaj@hotmail.com" } ], "license": "Apache-20", "signalk-plugin-enabled-by-default": true, "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test", "build:prod": "ng build -c production", "format": "prettier --ignore-path .gitignore --write \"src/**/*.+(ts|html)\" \"plugin/**/*.+(js)\"", "prepack": "npm run build:prod" }, "devDependencies": { "@angular-devkit/build-angular": "^19.0.7", "@angular/animations": "^19.0.6", "@angular/cdk": "^19.0.5", "@angular/cli": "^19.0.7", "@angular/common": "^19.0.6", "@angular/compiler": "^19.0.6", "@angular/compiler-cli": "^19.0.6", "@angular/core": "^19.0.6", "@angular/forms": "^19.0.6", "@angular/material": "^19.0.5", "@angular/platform-browser": "^19.0.6", "@angular/platform-browser-dynamic": "^19.0.6", "@angular/router": "^19.0.6", "@types/arcgis-rest-api": "^10.4.5", "@types/geojson": "^7946.0.10", "@types/jasmine": "~3.10.0", "@types/node": "^12.11.1", "@types/topojson-specification": "^1.0.2", "ajp-app": "file:../../../_ng_lib-ivy/ajp-app-15.0.0.tgz", "ajp-dials": "file:../../../_ng_lib-ivy/ajp-dials-15.0.0.tgz", "ajp-geo": "file:../../../_ng_lib-ivy/ajp-geo-15.0.0.tgz", "ajp-nmea0183": "file:../../../_ng_lib-ivy/ajp-nmea0183-15.0.0.tgz", "geolib": "^3.3.3", "jasmine-core": "~3.10.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "~1.7.0", "ng-packagr": "^19.0.1", "ol": "^7.2.2", "prettier": "^2.8.3", "prettier-plugin-organize-attributes": "^0.0.5", "proj4": "^2.7.2", "rxjs": "~7.4.0", "tslib": "^2.3.0", "typescript": "~5.6.3", "zone.js": "~0.15.0" } }