@ha4us/rfid.adapter
Version:
Adapter for usb based rfid reader in the ha4us universe
21 lines (19 loc) • 514 B
JSON
{
"restartable": "rs",
"ignore": [".git", "node_modules/**/node_modules", "src/**/*.spec.ts"],
"verbose": true,
"execMap": {
"js": "node"
},
"events": {
"restart": "osascript -e 'display notification \"App restarted due to:\n'$FILENAME'\" with title \"nodemon\"'"
},
"watch": ["src"],
"ext": "ts",
"exec": "ts-node --project tsconfig.json src/index.ts",
"env": {
"NODE_ENV": "development",
"HA4US_LOGLEVEL": "debug",
"HA4US_RFID_PORT": "/dev/tty.wchusbserial14320"
}
}