{
  "name": "ezpay-invoice-js",
  "version": "2.0.0",
  "description": "ezPay 發票 SDK - TypeScript SDK for ezPay Invoice API",
  "main": "./build/cjs/index.js",
  "module": "./build/esm/index.js",
  "types": "./build/cjs/index.d.ts",
  "exports": {
    ".": {
      "import": "./build/esm/index.js",
      "require": "./build/cjs/index.js",
      "types": "./build/cjs/index.d.ts"
    }
  },
  "author": "Wen-Hong Huang <waynehonghuang@gmail.com>",
  "repository": {
    "url": "git+https://github.com/depresto/ezpay-invoice-js"
  },
  "license": "MIT",
  "files": [
    "build",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc",
    "build:esm": "tsc --project tsconfig.esm.json",
    "clean": "rm -rf build",
    "prebuild": "npm run clean",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "deploy-npm": "npm run build && npm publish --access public"
  },
  "bugs": {
    "url": "https://github.com/depresto/ezpay-invoice-js/issues"
  },
  "homepage": "https://github.com/depresto/ezpay-invoice-js#readme",
  "dependencies": {
    "axios": "^0.27.2"
  },
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@types/node": "^18.6.2",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "jest": "^28.1.3",
    "prettier": "^3.2.5",
    "ts-jest": "^28.0.7",
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "keywords": [
    "ezpay",
    "invoice",
    "taiwan",
    "e-invoice",
    "electronic-invoice",
    "sdk",
    "typescript"
  ]
}
