{
  "name": "@carllee1983/newebpay",
  "version": "1.5.0",
  "description": "藍新金流 SDK - NewebPay Payment Gateway SDK for Node.js",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "newebpay": "./dist/cli/index.js"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./express": {
      "import": {
        "types": "./dist/frameworks/express/index.d.ts",
        "default": "./dist/frameworks/express/index.js"
      },
      "require": {
        "types": "./dist/frameworks/express/index.d.cts",
        "default": "./dist/frameworks/express/index.cjs"
      }
    },
    "./fastify": {
      "import": {
        "types": "./dist/frameworks/fastify/index.d.ts",
        "default": "./dist/frameworks/fastify/index.js"
      },
      "require": {
        "types": "./dist/frameworks/fastify/index.d.ts",
        "default": "./dist/frameworks/fastify/index.js"
      }
    },
    "./koa": {
      "import": {
        "types": "./dist/frameworks/koa/index.d.ts",
        "default": "./dist/frameworks/koa/index.js"
      },
      "require": {
        "types": "./dist/frameworks/koa/index.d.ts",
        "default": "./dist/frameworks/koa/index.js"
      }
    },
    "./common": {
      "import": {
        "types": "./dist/frameworks/common/index.d.ts",
        "default": "./dist/frameworks/common/index.js"
      },
      "require": {
        "types": "./dist/frameworks/common/index.d.cts",
        "default": "./dist/frameworks/common/index.cjs"
      }
    }
  },
  "files": ["dist"],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "test:coverage": "bun test --coverage",
    "test:ci": "bun test --coverage",
    "docs": "typedoc",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "typecheck": "tsc --noEmit",
    "format": "biome format --write .",
    "format:check": "biome format .",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "newebpay",
    "payment",
    "gateway",
    "taiwan",
    "credit-card",
    "atm",
    "cvs",
    "linepay",
    "taiwanpay",
    "sdk"
  ],
  "author": "Carl Lee <carllee0520@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CarlLee1983/newebpay-node.git"
  },
  "bugs": {
    "url": "https://github.com/CarlLee1983/newebpay-node/issues"
  },
  "homepage": "https://github.com/CarlLee1983/newebpay-node#readme",
  "engines": {
    "node": ">=18.0.0",
    "bun": ">=1.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.6",
    "@semantic-release/npm": "^12.0.2",
    "@types/express": "^5.0.5",
    "@types/koa": "^3.0.1",
    "@types/node": "^20.10.0",
    "@types/supertest": "^6.0.3",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "express": "^5.2.1",
    "semantic-release": "^24.2.9",
    "supertest": "^7.1.4",
    "tsup": "^8.0.0",
    "typedoc": "^0.28.15",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.3.0"
  },
  "dependencies": {
    "commander": "^13.1.0",
    "fastify": "^5.6.2",
    "koa": "^3.1.1"
  }
}
