{
  "name": "newebpay-api",
  "version": "1.3.0",
  "description": "This project implements NewebPay (藍新金流) in Node.js",
  "main": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rayologist/NewebPay-API-Implementation.git"
  },
  "keywords": [
    "newebpay",
    "API",
    "MPG",
    "Query Trade Info",
    "藍新金流"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Rayologist/NewebPay-API-Implementation/issues"
  },
  "homepage": "https://github.com/Rayologist/NewebPay-API-Implementation#readme",
  "dependencies": {
    "dotenv": "^16.0.3",
    "node-fetch": "^3.3.0",
    "qs": "^6.11.0"
  },
  "devDependencies": {
    "prettier": "^2.8.0"
  },
  "scripts": {
    "format": "prettier --write ."
  }
}