{
  "name": "taiwan-taxid-validator",
  "version": "1.0.0",
  "description": "A validator for Taiwan uniform invoice numbers (統一發票號碼驗證器)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --config jest.config.cjs"
  },
  "keywords": [
    "tax",
    "taiwan",
    "validator",
    "invoice",
    "發票",
    "統一編號",
    "tax id"
  ],
  "author": "Your Name",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.0.0",
    "jest": "^29.0.0",
    "@types/jest": "^29.0.0",
    "ts-jest": "^29.0.0"
  }
}
