UNPKG

wiegand-daemon

Version:

Local network daemon to connect Wiegand access controller and remote server. 微耕门禁控制板局域网守护进程,用于与远端服务器通讯

48 lines (47 loc) 1.17 kB
{ "name": "wiegand-daemon", "version": "1.0.6", "description": "Local network daemon to connect Wiegand access controller and remote server. 微耕门禁控制板局域网守护进程,用于与远端服务器通讯", "keywords": [ "wiegand", "微耕", "门禁" ], "repository": { "type": "git", "url": "https://github.com/code-is-poetry-software/wiegand-daemon.git" }, "main": "index.ts", "bin": { "wiegand-daemon": "./bin/index.js" }, "files": [ "bin/*", "dist/*", "**/*.ts", "*.example" ], "scripts": { "start": "nodemon --watch '**/*.ts' --exec 'ts-node' index.ts", "test": "echo \"No test specified.\" && exit 0", "build": "tsc" }, "author": "Uice Lu", "license": "ISC", "devDependencies": { "@types/node": "^12.6.8", "nodemon": "^1.19.1", "ts-node": "^8.3.0", "typescript": "^3.5.3" }, "dependencies": { "@types/dotenv": "^6.1.1", "@types/moment-timezone": "^0.5.12", "dotenv": "^8.1.0", "local-ip": "^2.0.0", "moment": "^2.24.0", "moment-timezone": "^0.5.26", "quick-local-ip": "^1.0.7", "wiegand-control": "^1.0.3" } }