{
  "name": "node-newebpay",
  "version": "3.0.0",
  "description": "藍新金流 NewebPay Node.js module",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "scripts": {
    "test": "node --test __tests__/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onlinemad/node-newebpay.git"
  },
  "keywords": [
    "newebpay"
  ],
  "author": "Ian Wu <onlinemad@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onlinemad/node-newebpay/issues"
  },
  "homepage": "https://github.com/onlinemad/node-newebpay#readme",
  "dependencies": {
    "aes-js": "^3.1.2"
  }
}
