{
  "devDependencies": {
    "@types/node": "^18.11.9",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  },
  "name": "thai-id-card-reader",
  "version": "1.0.54",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "engines": {
    "node": "20.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/goomgumx/thai-id-card-reader.git"
  },
  "scripts": {
    "build": "npm run check:node && npm version patch --no-git-tag-version && tsc -p tsconfig.json",
    "check:node": "node scripts/check-node-version.js",
    "prestart": "npm run check:node",
    "start": "ts-node src/demo.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "thai smart card reader",
    "smart card",
    "thai national id card"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.1.3",
    "datauri": "^4.1.0",
    "encoding": "^0.1.13",
    "eventemitter3": "^4.0.7",
    "legacy-encoding": "^3.0.0",
    "moment": "^2.29.4",
    "pcsclite": "^1.0.1",
    "thai-id-card-reader": "^1.0.42"
  },
  "description": ""
}
