UNPKG

zklib-ts

Version:

Unofficial zkteco library allows Node.js developers to easily interface with ZK BioMetric Fingerprint Attendance Devices

70 lines (69 loc) 1.68 kB
{ "name": "zklib-ts", "version": "1.0.6", "description": "Unofficial zkteco library allows Node.js developers to easily interface with ZK BioMetric Fingerprint Attendance Devices", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "typings": "dist/index", "types": "dist/index.d.ts", "type": "commonjs", "files": [ "dist/", "README.md" ], "scripts": { "test": "jest", "build": "rollup -c", "watch": "rollup -c --watch", "prepare": "npm run build" }, "repositoryUrl": "https://github.com/guspaz0/zklib-ts.git", "repository": { "type": "git", "url": "git+https://github.com/guspaz0/zklib-ts.git" }, "keywords": [ "typescript", "javascript", "jest", "ip", "libs", "device", "zkteco", "address", "realtime", "real-time", "biometric", "attendance", "biometric attendance", "biometric attendance device" ], "author": "Gustavo Paz", "license": "MIT", "directories": { "test": "tests" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/jest": "^29.5.14", "@types/node": "^22.13.14", "dotenv": "^16.4.7", "jest": "30.2.0", "rollup": "^4.37.0", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "29.4.6", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "precommit": [ "build" ] }