UNPKG

@canboat/canboatjs

Version:

Native javascript version of canboat

25 lines (24 loc) 567 B
{ "name": "signalk-device-emulator", "version": "1.0.0", "description": "Signal K Plugin which emulates a device", "main": "index.js", "scripts": { "format": "prettier-standard 'src/*.ts'", "build": "tsc", "watch": "npm run build -- -w" }, "keywords": [ "signalk-node-server-plugin" ], "author": "scott@scottbender.net", "license": "Apache-2.0", "dependencies": { "@canboat/canboatjs": "^2.10.0" }, "devDependencies": { "@types/node": "^14.14.10", "prettier-standard": "^16.4.1", "typescript": "^4.1.2" } }