{
  "name": "newebpay-mpg-sdk",
  "version": "2.0.3",
  "description": "藍新金流 幕前支付(MPG) SDK",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "author": "Wen-Hong Huang <waynehonghuang@gmail.com>",
  "repository": {
    "url": "git+https://github.com/depresto/newebpay-mpg-sdk.git"
  },
  "license": "MIT",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "rm -rf build && tsc",
    "deploy-npm": "pnpm build && pnpm publish --access public",
    "test": "jest --setupFiles dotenv/config"
  },
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@types/node": "^18.6.2",
    "dotenv": "^16.4.7",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.7",
    "typescript": "^4.7.4"
  },
  "bugs": {
    "url": "https://github.com/depresto/newebpay-mpg-sdk/issues"
  },
  "homepage": "https://github.com/depresto/newebpay-mpg-sdk#readme",
  "keywords": [
    "Newebpay",
    "Payment",
    "SDK",
    "ezPay",
    "SPGateway"
  ],
  "dependencies": {
    "axios": "^0.27.2",
    "form-data": "^4.0.0"
  }
}
