UNPKG

zklib-ts

Version:

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

72 lines (71 loc) 1.76 kB
{ "name": "zklib-ts", "version": "1.0.2-development", "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": "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", "cz-conventional-changelog": "^3.3.0", "dotenv": "^16.4.7", "jest": "^29.7.0", "rollup": "^4.37.0", "rollup-plugin-peer-deps-external": "^2.2.4", "semantic-release": "^24.0.0", "ts-jest": "^29.3.0", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "precommit": [ "build" ] }