{
  "name": "zklib-ts",
  "version": "1.0.8",
  "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",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    },
    "./ztcp": {
      "import": "./dist/ztcp.js",
      "require": "./dist/ztcp.cjs.js",
      "types": "./dist/ztcp.d.ts"
    },
    "./zudp": {
      "import": "./dist/zudp.js",
      "require": "./dist/zudp.cjs.js",
      "types": "./dist/zudp.d.ts"
    }
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "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/mocha": "^10.0.10",
    "@types/node": "^22.19.17",
    "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"
  ],
  "scripts": {
    "test": "jest",
    "build": "rollup -c",
    "watch": "rollup -c --watch",
    "lint": "eslint ."
  }
}