UNPKG

wiegand-control

Version:

Communicate with wiegand door access controller.

30 lines (29 loc) 645 B
{ "name": "wiegand-control", "version": "1.0.6", "description": "Communicate with wiegand door access controller.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"No test specified.\" && exit 0", "build": "tsc" }, "keywords": [ "wiegand", "微耕", "门禁" ], "author": "Uice Lu", "license": "MIT", "dependencies": { "@types/moment-timezone": "^0.5.12", "@types/netmask": "^1.0.30", "@types/node": "^12.6.8", "moment": "^2.24.0", "moment-timezone": "^0.5.26", "netmask": "^1.0.6" }, "devDependencies": { "typescript": "^3.5.3" } }