{
  "name": "@carllee1983/ecpay-fulllogistics",
  "version": "1.0.0",
  "description": "Unofficial ECPay Full Logistics (綠界全方位物流) SDK for Node.js. Type-safe & Bun-compatible.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CarlLee1983/ecpay-fulllogistics-node.git"
  },
  "homepage": "https://github.com/CarlLee1983/ecpay-fulllogistics-node#readme",
  "bugs": {
    "url": "https://github.com/CarlLee1983/ecpay-fulllogistics-node/issues"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "engines": {
    "node": ">=18",
    "bun": ">=1.0"
  },
  "files": [
    "dist",
    "README.md",
    "README_TW.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "keywords": [
    "ecpay",
    "logistics",
    "fulllogistics",
    "taiwan",
    "shipping",
    "bun",
    "typescript",
    "sdk",
    "綠界",
    "大物流"
  ],
  "scripts": {
    "build": "bun run build.ts",
    "test": "bun test",
    "test:coverage": "bun test --coverage",
    "test:ci": "bun test --coverage --coverage-reporter=lcov 2>&1 | tee coverage-output.txt && bun run scripts/check-coverage.ts",
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "prepublishOnly": "bun run lint && bun run typecheck && bun run test && bun run build",
    "clean": "rm -rf dist coverage"
  },
  "author": "Carl",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/bun": "latest",
    "@typescript-eslint/eslint-plugin": "^8.48.1",
    "@typescript-eslint/parser": "^8.48.1",
    "bun-types": "^1.3.4",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^16.5.0",
    "prettier": "^3.7.4",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.48.1"
  },
  "peerDependencies": {
    "typescript": "^5"
  }
}
