@ha4us/rfid.adapter
Version:
Adapter for usb based rfid reader in the ha4us universe
30 lines (29 loc) • 662 B
JSON
{
"name": "@ha4us/rfid.adapter",
"version": "0.2.1",
"description": "Adapter for usb based rfid reader in the ha4us universe",
"main": "dist/index.js",
"author": "ulfalfa",
"license": "MIT",
"keywords": [
"ha4us",
"scripts"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"lint": "tslint --project tsconfig.json",
"watch": "nodemon"
},
"dependencies": {
"@ha4us/adapter": "^1.5.1",
"@ha4us/core": "^1.1.0",
"@ulfalfa/rfid": "^2.1.0"
},
"peerDependencies": {
"rxjs": "6.x"
},
"gitHead": "91eb7e0f98f5dc6340cbb4e44e58544593668273"
}