UNPKG

@canboat/visual-analyzer

Version:

NMEA 2000 data visualization utility (requires SK Server >= 2.15)

35 lines (34 loc) 746 B
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "format", "problemMatcher": ["$eslint-stylish"], "label": "npm: format", "detail": "npm run lint:fix && npm run prettier" }, { "type": "npm", "script": "watch:server", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "label": "npm: watch:server", "detail": "tsc --project tsconfig.server.json --watch" }, { "type": "npm", "script": "watch", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "label": "npm: watch", "detail": "webpack --watch --mode development" } ] }