weixinpay-eric
Version:
微信小程序支付,创建统一订单,调用支付, 调用退款
42 lines (41 loc) • 911 B
JSON
{
"name": "weixinpay-eric",
"version": "1.0.12",
"description": "微信小程序支付,创建统一订单,调用支付, 调用退款",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liuxieric123/weixinpay.git"
},
"keywords": [
"支付",
"微信支付",
"微信小程序支付",
"微信",
"微信sdk",
"JSAPI",
"weixin",
"pay",
"wxpay",
"weixin-pay",
"weixinpay",
"wx-payment",
"weixin-payment",
"weixinpayment",
"payment"
],
"author": "liuxieric123",
"license": "ISC",
"bugs": {
"url": "https://github.com/liuxieric123/weixinpay/issues"
},
"homepage": "https://github.com/liuxieric123/weixinpay#readme",
"dependencies": {
"md5": "*",
"request": "^2.79.0",
"xml2js": "^0.4.17"
}
}